सीधे मुख्य सामग्री पर जाएं

How to create resourcefull controller in laravel

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 



टिप्पणियाँ