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...
Go to root directory and run "php artisan serve", than visit "localhost:8000". I...
A simple google search would get you that answer. http://wiki.laravel.io/Laravel_4 In November
You might also want to validate if the email exists 'email' => 'required|email|exists:table,colum...
I suggest you look at this Laravel From Scratch series Also turn on errors in app/config/app.php 'de...
The Laravel portal for problem solving, knowledge sharing and community building.