Support the ongoing development of Laravel.io →

ShiFoo

Joined 11 Feb 2014

Statistics

Threads 2
Replies 9
Solutions 1
Articles 0

Eloquent model event executed on Query\Builder instead of Model

Hi everyone, i have pretty weird problem. I am developing a project with Laravel with my laptop (XAM...

0 Likes
1 Replies
Solved
posted 10 years ago

[Resource Controller] route("resource.destroy") calls "resource.show"

Hi everyone, i have a bit of a struggle with the resource controllers. As you can guess from the top...

0 Likes
5 Replies
Solved
replied 10 years ago

Auth won't authenticate

Is your primary key of the user table a varchar (in this case your email) or an unsigned integer? Di...

0 Likes
replied 10 years ago

why laravel is difficult to install

Composer handles all dependencies for laravel. Laravel itself consists of different modules which yo...

0 Likes
replied 10 years ago

Auth won't authenticate

var_dump(Input::all()); var_dump(Input::get('email')); Does these show proper values?

0 Likes
replied 10 years ago

Auth won't authenticate

ShiFoo said: Did you check if your Input is working correctly e.g. by dumping Input::get('email') a...

0 Likes
replied 10 years ago

Auth won't authenticate

Did you check if your Input is working correctly e.g. by dumping Input::get('email') and check wheth...

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.