I am deploying a Laravel barebone project to Microsoft Azure, but whenever I try to execute php artisan migrate I get the error:
php artisan migrate
[2015-06-13
Make sure your migrations filename matches with migration class name
FOR EXAMPLE:
If name of migration is:
2020_10_31_161839_create_notifications_table
Then the class name should be:
CreateNotificationsTable