Support the ongoing development of Laravel.io →
popolla

popolla

Joined 3 Feb 2014

Statistics

Threads 3
Replies 67
Solutions 14
Articles 0

Model attribute accessor not working with object_get helper function

The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...

0 Likes
3 Replies
Solved
posted 11 years ago

Thread malformed HTML

Don't know if it's been already reported, but it seems a few threads are not shown correctly due to...

0 Likes
2 Replies

Eloquent mass assignment security policy

The fill method of Illuminate\Database\Eloquent\Model is used for mass assignment, and it is called...

0 Likes
14 Replies
Solved
replied 11 years ago

Changing macro attributes with Form::method()

@zenry: I'm the unlucky one, my code doesn't get PHP syntax highlighting! :D EDIT: fixed !!

0 Likes
replied 11 years ago

Changing macro attributes with Form::method()

It won't magically happen unless you do something like this: Form::macro('date', function($clear, $n...

0 Likes
Solved
replied 11 years ago

Getting rid of index.php in URLs

RewriteRule ^index.php/?(.*)$ $1 [R=301,L]

0 Likes
Solved
replied 11 years ago

Using jquery mobiles date widget

I think you'll need a custom macro for that.

0 Likes
Solved
replied 11 years ago

Getting rid of index.php in URLs

With Apache you would use the R flag. You can try adding something like this before the other rewrit...

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.