Github What is reCAPTCHA? reCAPTCHA is a free service to protect your website from spam and abuse....
I want to change the view path (view.paths) based on a set variable. I've tried with App::before(fun...
public_path() returns an absolute local path to the public directory. If you want a http response, u...
Use min:0 as your rule. http://laravel.com/docs/validation#rule-min
This is the file you are looking for: https://github.com/laravel/framework/blob/4.2/src/Illuminate/D...
You are using ->firstOrFail(), if your query doesn't return any hits it will throw an exception....
Auth::check is a method, not a constant, so you should have Auth::check() instead of Auth::check.
The Laravel portal for problem solving, knowledge sharing and community building.