The scenario: User creates a new page. Once he writes the content, he has the option to select the d...
Anyone knows of an open source project built with them together, or at least some resources to get m...
When I test manually, everything works, but RegisterCept.php functional test just won't pass $I = ne...
So I have two forms on a single page. Login (email, password) and register (username, email, passwor...
I'd like to use Homestead for a non-laravel project, just a simple sandbox if you will, that has a f...
Not quite sure what you mean... $var->id is set as {examples}, and for 'id' => 'exampleupdatef...
Yes, but Eloquent would than look for login_email field in DB, which I don't have. Maybe there's a w...
Strange... it should work. Have you tried User::create(Input::all());? Can you show the migration fi...
Are form input names the same as DB fields? Maybe try in controller method dd(Input::all()); // die...
The Laravel portal for problem solving, knowledge sharing and community building.