dhruvang/generate-rules

This will generate rules for the migrations just by simple artisan command

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

v1.0.6 2024-01-19 12:44 UTC

This package is auto-updated.

Last update: 2024-09-19 14:06:22 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.