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...
I had the same problem so I just leave them in routes. As you said... it's very useful to have that...
$validator = Validator::make(Input::all(), User::$rules) if($validator->fails() { return Red...
If anyone is wondering, HTML::linkRoute and link_to_route accept that as third parameter as array. l...
Are you loading files using Blade? {{ HTML::style(url, attributes, secure) }} {{ HTML::script(url, a...
To remove the unclickable one use "return null;" on getDisabledTextWrapper. I haven't figu...
The Laravel portal for problem solving, knowledge sharing and community building.