Level 51
Did you put
APP_ENV=local
Maybe you need to restart server
I have done project in laravel 5.2 its work perfectly on localmachine but when i upload the file it give the error
PDOException in Connector.php line 55: SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)
though i had change my .env and config/database.php according to my database and username but still show the localmachine username,passowrd and database.
Please or to participate in this conversation.