Is there a command/package for laravel that simplifies or automates simple Laravel migrations ?
Example : "php artisan migration:addfield --table: Posts --field: date_birth etc/parameters ..."
The goal is to simplify and automate simple actions like making small changes to tables, for example.
There is ?