can't run code
Opened this issue · 1 comments
mohamad-bin-idrus commented
ProjectsAndPrograms commented
The problem may be occure due to several reasons :
-
Check your .env file: The database credentials for Laravel are typically stored in the .env file located at the root of your Laravel project. Make sure that the DB_USERNAME and DB_PASSWORD variables in this file match the credentials for your MySQL database user.
-
check your database is created with the proper schema of not.
Additional resources that you may find helpful:
Laravel documentation on database configuration: https://laravel.com/docs/4.2/database
