Open lokeb opened 6 years ago
Create a sql database;
MAC:
brew install mysql
mysql -u root -p
create database vaulty;
use database vaulty;
You did not read my request correctly. It is getting an "Access denied" because it is trying 'homestead' as the user. Can you please tell me how to set the database to sqlite?
https://laravel.com/docs/5.5/database explains it way better than I could 😊
I have followed it, but it is not taking config/database.php into account at all. Here is my database.php. database.php.zip
I have never used Laravel, but from the documentation it seems I should be able to set database configuration in config/database.php to sqlite. I have set
but it still shows this error:
Seems like it is not taking config/database.php into account at all. How do I fix this?