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

Change paginated url '?page=' to '?p=' or something else. Possible?

See http://stackoverflow.com/q/22731024/397195 Basically, Paginator::setPageName('p');.

0 Likes
Solved
replied 11 years ago

How to force a route serve over https and point to controller?

Untested: Route::get('foo', array( 'https', 'uses' => 'FooController@getIndex' ));

0 Likes
replied 11 years ago

\Carbon\Carbon::now() problem

All time functions is using the timezone you set in config/app.php, and so will Carbon. /* |------...

0 Likes
Solved
replied 11 years ago

Optimize sql Query

There is nothing wrong with those queries. Just make sure you have an index on title. If you only wa...

0 Likes
Solved
replied 11 years ago

"Set" column in schema

Use $table->enum('name', [values]). See https://github.com/laravel/framework/blob/master/src/Illu...

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.