Hi, this is my category model <?php class Category extends \Eloquent { protected $fillable = []...
Hi, can someone explain me why I have this error if my model is: <?php class LocationsTipo exten...
Hi, this works fine // route.php Route::get('nuovo-utente', array('before' =>'guest','as'=> 'u...
Hi, this is my store function in UserController public function store() { $activation = str_random(...
Solved. I had to download a new lavarel-master form github. Now all subfolder in vendor are like: S...
swgj19 said: Take a look at this here Also, did you do a php composer.phar update Make sure you de...
barryvdh said: Did you upload your entire vendor dir? Yes.
I have the same problem. In laravel 4.1 all works fine, but in 4.2 I receive the next error when I c...
Solved <?php class Type extends \Eloquent { protected $fillable = []; protected $table ='types...
The Laravel portal for problem solving, knowledge sharing and community building.