adspace
Answer Posted / Nisha Rani
In Laravel, you can create a 301 redirect by using the `redirect()` function and specifying the HTTP status code as 301. Here's an example: `return redirect('/new-url', 301);`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers