Hi! Everyone, i have and issue in the lumen framework.
I'm building a REST API and i have two projects with lumen, one is the client and another one is the API.
When i test the API project all is correct. But if i try to make a request from the client, the API change the database connection data and use the default connection.
PDOException: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)
The reason of Access denied for user ‘homestead’@’localhost’ laravel 5 error is caching-issue in the .env file cause Laravel 5 is using environment based configuration in your .env file