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
Complete module:make-model command to be able to add policy and use -a or --all just like the default in Laravel
e.g
php artisan module:make-model Post Blog -a
or
php artisan module:make-model Post Blog --all
php artisan module:make-model Post Blog --policy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Complete module:make-model command to be able to add policy and use -a or --all just like the default in Laravel
e.g
1) Add all the options at once like it is in Laravel
or
2) Add policy like it is in Laravel
The text was updated successfully, but these errors were encountered: