I am working on a php laravel webapp.
I am creating models for my database.
I have to write models class and migrations too.
Is there a way to only write model class and generate migration class automatically ?
Artisan is not able to detect changes in Model class ?
Thanks