How to create controller in custom folder with resources Laravel

Open terminal of visual studio code with shortcut keys ctrl+shift+`
then run following command in the terminal

php artisan make:controller "Api\V1\ItemController" --resource

Post a Comment

1 Comments

Thanks for comment.