dhruvang / generate-rules
This will generate rules for the migrations just by simple artisan command
Package info
github.com/dhruvangdave/generate-rules
Language:JavaScript
pkg:composer/dhruvang/generate-rules
v1.0.6
2024-01-19 12:44 UTC
README
- Start the project.
- Run the migration, if yet to run.
- Run the migration if it hasn't been executed already.
php artisan generate:rule
- Just answer the questions and all set.
If you have a specific file then you can also use :
php artisan generate:ruleFromMigration
- Then you can provide the migration file name to generate the Rules.