artisan-view
artisan-view copied to clipboard
👀 Manage your views in Laravel projects through artisan
Hello i want recommend add new feature for excellent Artisan-View create views from Stub files generate for example normally is same data only change few parameters inside of each file...
Hi! I would like to ask you to implement the tag --duplicate. This would help me to copy all the content from a view just changing the filename and the...
`php artisan scrap:view folder.* --force` should remove all views in `folder/`. The wildcard character can only be used at the end of the argument, and will only work for removing...
I want to apply some options to all the views I create unless I say the opposite, like extending a certain layout or having certain elements. This could be archieved...