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

Sending a Delete request via ajax

That's ok for Laravel. The only possible issue is client side, as jQuery docs say about the type opt...

0 Likes
replied 11 years ago

Getting rid of index.php in URLs

Let me understand... You imported some mod_rewrite rules inside IIS and now the site works either wi...

0 Likes
replied 11 years ago

eloquent lists 2d array

function array_lists($data, $column, $groupby) { $result = array(); foreach ($data as $...

0 Likes
replied 11 years ago

OPTIONS method on cross domain AJAX.

Which Laravel version are you using? Laravel now supports HTTP OPTIONS verb, so I think you don't ne...

0 Likes
replied 11 years ago

Is there a reason for using URL Helpers?

You must note that, in many cases, your examples above could produce different results. URL helpers...

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.