Support the ongoing development of Laravel.io →
Marwelln

Marwelln

Joined 1 Feb 2014

Statistics

Threads 2
Replies 61
Solutions 17
Articles 0

[Package] Recaptcha - Googles new (december 2014) recaptcha

Github What is reCAPTCHA? reCAPTCHA is a free service to protect your website from spam and abuse....

0 Likes
0 Replies

How do you change the view path without changing the config file?

I want to change the view path (view.paths) based on a set variable. I've tried with App::before(fun...

0 Likes
5 Replies
Solved
replied 11 years ago

"public_path" issue.

public_path() returns an absolute local path to the public directory. If you want a http response, u...

0 Likes
Solved
replied 11 years ago

Ardent validation in model of unsigned

Use min:0 as your rule. http://laravel.com/docs/validation#rule-min

0 Likes
replied 11 years ago

where is the "Eloquent" class file?

This is the file you are looking for: https://github.com/laravel/framework/blob/4.2/src/Illuminate/D...

0 Likes
replied 11 years ago

No query results for model [User]

You are using ->firstOrFail(), if your query doesn't return any hits it will throw an exception....

0 Likes
replied 11 years ago

Set App Debug if user logged

Auth::check is a method, not a constant, so you should have Auth::check() instead of Auth::check.

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.

© 2026 Laravel.io - All rights reserved.