In L5 early stages, the artisan make:model command received the feature of creating a migration.
In order to create only the model use the following command:
php artisan make:model Test --no-migration
You can find this in Illuminate\Foundation\Console\ModelMakeCommand in the fire method
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.