What is the solution for using environment variables in laravel/javascript projects with elixir+brow...
Hey hou, I was assigned to an older project to make some changes. I clone it from git and run it wit...
Hi, I would like to use new method like this: Auth::myMethod() I know I can do it in Guard class bu...
On production server it is like this: 'domain' => '.domain.com', On my localhost: 'domain' =>...
I overlooked the session configuration with 'domain' => '..server-domain..' so that's why session...
Yes! that was exactly what I needed, just tell the problem to someone and than I figured out :D Than...
Basically: protected function attempt() { ... if(isset($user->id) && Auth::loginUsi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community