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

Add two months to the current date

Carbon is included with Laravel 4.1, but to use it you need to have use Carbon\Carbon at the top of...

0 Likes
replied 11 years ago

Eloquent and database functions

Use DB::raw(...). In your case: public static create($data) { $data['b'] = DB::raw('now()'); par...

0 Likes
Solved
replied 11 years ago

Laravel 4: Confused about how to use App::make()

This will (hopefully) work for you (not sure about namespacing as name tho). <?php // class.php n...

0 Likes
Solved
replied 11 years ago

Laravel Routing

This is how I would have done it. <?php Route::get('shorten/create', [ 'as' => 'createUrl',...

0 Likes
replied 11 years ago

Where to put extra (helper) classes?

Put them anywhere you want. I would suggest you put them in app/helpers.php and then require that fi...

0 Likes
Solved

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.