Skip to content

Instantly share code, notes, and snippets.

@sola-msr
Created June 20, 2018 08:21
Show Gist options
  • Save sola-msr/db59193790d8453cc705e967a01e8095 to your computer and use it in GitHub Desktop.
Save sola-msr/db59193790d8453cc705e967a01e8095 to your computer and use it in GitHub Desktop.
【Laravel】Homesteadで「php artisan migrate」が動かない ref: https://qiita.com/sola-msr/items/fbe9c33b19f99bd1dfd2
$ php artisan migrate
In Connection.php line 664:
(SQL: select * from information_schema.tables where table_schema = homestead and table_name = migrations)
In Connector.php line 67:
$ vagrant ssh
~~~~~~~~~~
vagrant@project:~/code$ php artisan migrate
Migrating: 2014_10_12_000000_create_users_table
Migrated: 2014_10_12_000000_create_users_table
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated: 2014_10_12_100000_create_password_resets_table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment