We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ { "caption": "Laravel Artisan 5: Fresh Migrate", "command": "laravel5_artisan", "args": { "command": "migrate:fresh", } }, { "caption": "Laravel Artisan 5: Make Resource Model", "command": "laravel5_artisan", "args": { "command": "make:model -a", "fill_in": true, "fill_in_lable": "Enter the resource name" } }, { "caption": "Laravel Artisan 5: Make Notifications Table", "command": "laravel5_artisan", "args": { "command": "notifications:table", } }, { "caption": "Laravel Artisan 5: Make Policy", "command": "laravel5_artisan", "args": { "command": "make:policy", "fill_in": true, "fill_in_lable": "Enter the Policy name" } }, { "caption": "Laravel Artisan 5: Make Email", "command": "laravel5_artisan", "args": { "command": "make:mail", "fill_in": true, "fill_in_lable": "Enter the mail name" } }, { "caption": "Laravel Artisan 5: Make Rule", "command": "laravel5_artisan", "args": { "command": "make:rule", "fill_in": true, "fill_in_lable": "Enter the rule name" } }, ]
The text was updated successfully, but these errors were encountered:
this can be useful, can add more custom laravle 5.5 new command
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: