-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 5.5 Error on migration #1
Comments
Boot should be changed to $this->loadMigrationsFrom(DIR.'/path/to/migrations'); If you rename the migration file everything works fine. |
I did follow all the installation steps and get following error when im at the step:
I solved this problem. The problem in the name of migration |
Helllo, need before migration name file write date, for examle 2017_12_20_085205_create_logs_table.php For me it's work |
Yes ,you are right , I solved this problem . we need to add d date and random number before the table . |
I did follow all the installation steps and get following error when im at the step:
php artisan migrate
The text was updated successfully, but these errors were encountered: