I have already create a migration, and I want to make a model based on the migration file.
Is this possible? If so, how can this be done?
It is not possible to do that. The furthest you can go so far is creating a migration and a model at the same time by running:
php artisan make:model ModelName -m
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With