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
Simply make sure your migration filename is the same as your class name.
i.e:
If filename is:
xxx_151955_create_post_translations_table.php
Then class should be:
CreatePostTranslationsTable