Convert your Migration into Validation Rules
"Do you also find it tedious to write a migration with all its definitions and specifications, and then feel like you have to type in all these specifications for the validation rules again?
Laravel Schema Rules is a package that automatically generates basic Laravel validation rules based on your database table schema. Use it as a starting point to quickly create boilerplate rules and optimize as needed.
You can use the online version of the package on validationforlaravel.com as well. Simply copy your migration and convert it into validation rules!"
Laracraft
@laracraft_tech