Any of 2 can be the solution
1. Removing all files from bootstrap/cache directory from root of Laravel app helped me to solve the problem.
2. Check-in your project .env file has or not and setup of database correctly setup.
Any of 2 can be the solution
1. Removing all files from bootstrap/cache directory from root of Laravel app helped me to solve the problem.
2. Check-in your project .env file has or not and setup of database correctly setup.
0 Comments