Support the ongoing development of Laravel.io →

Fry4u

Joined 28 Jul 2015

Statistics

Threads 3
Replies 5
Solutions 1
Articles 0

Env for laravel/elixir with browserify

What is the solution for using environment variables in laravel/javascript projects with elixir+brow...

0 Likes
1 Replies

Old projects = bad projects :) Auth attempt is not working

Hey hou, I was assigned to an older project to make some changes. I clone it from git and run it wit...

0 Likes
8 Replies
Solved

New Auth method

Hi, I would like to use new method like this: Auth::myMethod() I know I can do it in Guard class bu...

0 Likes
3 Replies
Solved
replied 8 years ago

Old projects = bad projects :) Auth attempt is not working

On production server it is like this: 'domain' => '.domain.com', On my localhost: 'domain' =>...

0 Likes
replied 8 years ago

Old projects = bad projects :) Auth attempt is not working

I overlooked the session configuration with 'domain' => '..server-domain..' so that's why session...

0 Likes
replied 8 years ago

Old projects = bad projects :) Auth attempt is not working

Yes! that was exactly what I needed, just tell the problem to someone and than I figured out :D Than...

0 Likes
replied 8 years ago

Old projects = bad projects :) Auth attempt is not working

Basically: protected function attempt() { ... if(isset($user->id) && Auth::loginUsi...

0 Likes
replied 8 years ago

New Auth method

Yeah I think it was eventually bad idea what I wanted to do :)

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.