Support the ongoing development of Laravel.io →
NegativeIQ

NegativeIQ

Joined 1 Feb 2014

Statistics

Threads 1
Replies 16
Solutions 0
Articles 0

Authentication by Email OR UserName

if (Auth::attempt(array('email' => $email, 'password' => $password))) { return Redirect::inten...

0 Likes
3 Replies
replied 11 years ago

Eloquent Model outside Laravel, updating/deleting not working

Well mysql log would tell you more but im suspecting CreatedAt and UpdatedAt fields does not exists....

0 Likes
replied 11 years ago

Advanced ajax pagination - what to do when there is option to show 5/10/25/50 itesm per page and there are delete operations as well

Provide two parameters to model 1.Starting Item 2.Number of items to show And in query start from ST...

0 Likes
replied 11 years ago

Eloquent: join on confition

where('user_contition', '=', 1); i think you need '1' (not sure just a guess)

0 Likes
replied 11 years ago

Laravel takes server IP to load files and link URLs instead of accessing the requested URL

There is configuration for server adress somewhere in laravel so i guess that's set to http://IP If...

0 Likes
replied 11 years ago

Controller based error handler

I think that when you use [code]App::make('FrontController')->showError($code); [/code] you alrea...

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.

© 2026 Laravel.io - All rights reserved.