Support the ongoing development of Laravel.io →

tommymarshall

Joined 9 Dec 2013

Statistics

Threads 0
Replies 9
Solutions 0
Articles 0

tommymarshall has not posted any threads yet

replied 9 years ago

Auth not working!

You're just returning true upon a successful login... Replace line 26 with dd('Great sexy success');...

0 Likes
replied 9 years ago

Auth not working!

What do you mean by "the same" ?

0 Likes
replied 9 years ago

[PROBLEM] asset() not point to public folder

It presumes your url maps to the public/ directory. If you're using MAMP, give this a look: http://s...

0 Likes
replied 9 years ago

Auth not working!

Replace line 24 with: if(Auth::attempt(array('username' => Input::get('email'), 'password' =>...

0 Likes
replied 9 years ago

Multiple Laravel Projects using Vagrant

Did you try running vagrant reload?

0 Likes

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.