Support the ongoing development of Laravel.io →

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(...

Likes Replies
Solved
posted 9 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...

Likes Replies

Eloquent mass assignment security policy

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

Likes Replies
Solved
replied 9 years ago

Laravel rewrite rules

With the default .htaccess, whenever a real html file is there, RewriteCond %{REQUEST_FILENAME} !-f...

0 Likes
replied 9 years ago

DB::statement binding bug?

Table and Column names cannot be replaced by parameters in PDO.

0 Likes
Solved
replied 9 years ago

Mobile & Desktop Pagination

You could setup two different environments, based on $_SERVER['HTTP_USER_AGENT'] for example.

0 Likes
Solved
replied 9 years ago

Caution - PHP 5.4 may not be supported by your hosting

No doubt that 5.5 is highly preferable, but stating that Laravel does not support 5.3 and one must a...

0 Likes
replied 9 years ago

Caution - PHP 5.4 may not be supported by your hosting

Actually, Laravel requires PHP >= 5.3.7. I deployed a Laravel app on a host with PHP 5.3.28 and i...

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.

© 2023 Laravel.io - All rights reserved.