adspace
Answer Posted / Pankaj Kumar Dagar
To create a controller in Laravel, you can use the `make:controller` Artisan command followed by the name of your controller. For example: `php artisan make:controller MyController`. This will generate a new PHP file located in the App/Http/Controllers directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers