Hi,
Are you sure that your production configuration is loaded and you are not working on the global settings?
Every other value of configuration are loaded from production. Well, if you have a simple way to check it, I will try.
Edit : Well after displayed the configuration (var_dump(Config::get('session'));) I justfix an error in the configuration (port and host were merged). It's working well ;)
But I still have a problem : when I log to the system, it's not logged directly, , I got this : log page => log post => log page => log post => error (double login) log page => log post => refresh on another page and its' ok
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community