Kontrollera din DB_HOST
på din .env
fil
DB_HOST=http://localhost/
--> DB_HOST=localhost
Resultat:
Jag kan migrera lugnt nu.
php artisan migrate
Migration table created successfully.
Migrated: 2014_10_12_000000_create_users_table
Kontrollera din DB_HOST
på din .env
fil
DB_HOST=http://localhost/
--> DB_HOST=localhost
Resultat:
Jag kan migrera lugnt nu.
php artisan migrate
Migration table created successfully.
Migrated: 2014_10_12_000000_create_users_table