artisan
create php template.artisan
lives (the root directory for the project.)php artisan make:migration add_new_fields_to_users_table
will tell Artisan to base the template off the users
tabledatabase/migrations
you'll find the file you created. Edit the template using other migrations as a model for what you wantphp artisan migrate