Support the ongoing development of Laravel.io →
gnardella

gnardella

Joined 27 Apr 2014

Statistics

Threads 9
Replies 10
Solutions 3
Articles 0

One to many error.

Hi, this is my category model <?php class Category extends \Eloquent { protected $fillable = []...

0 Likes
3 Replies
Solved
posted 11 years ago

Call to undefined method LocationsTipo::all()

Hi, can someone explain me why I have this error if my model is: <?php class LocationsTipo exten...

0 Likes
7 Replies
Solved

Filter in Controller.

Hi, this works fine // route.php Route::get('nuovo-utente', array('before' =>'guest','as'=> 'u...

0 Likes
0 Replies

Array to string conversion on Session::get

Hi, this is my store function in UserController public function store() { $activation = str_random(...

0 Likes
1 Replies
Solved
replied 11 years ago

Laravel app upload on web hosting: Fatal error: Class 'Patchwork\Utf8\Bootup' not found

Solved. I had to download a new lavarel-master form github. Now all subfolder in vendor are like: S...

0 Likes
Solved
replied 11 years ago

Laravel app upload on web hosting: Fatal error: Class 'Patchwork\Utf8\Bootup' not found

swgj19 said: Take a look at this here Also, did you do a php composer.phar update Make sure you de...

0 Likes
replied 11 years ago
0 Likes
replied 11 years ago

Maximum nesting level error after 4.2 upgrade

I have the same problem. In laravel 4.1 all works fine, but in 4.2 I receive the next error when I c...

0 Likes
replied 11 years ago

One to many error.

Solved <?php class Type extends \Eloquent { protected $fillable = []; protected $table ='types...

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.