Laravel helps make the process easy using resource controllers.
Use the following artisan command to create resourcefull controller :
php artisan make:controller ResourceController --resource
Output:
To create normal controller , use the following artisan command
php artisan make:controller TestController
टिप्पणियाँ
एक टिप्पणी भेजें