The model: class Item extends Eloquent { public function getCentsAttribute() { return substr(...
Don't know if it's been already reported, but it seems a few threads are not shown correctly due to...
AFAIK, fillable/guarded applies ONLY to the model's fill() method and, as a consequence, to the mode...
The default method for Form::open() is POST, not GET. So, first try Route::post('test', function() {...
anlutro said: Looks like any amount of HTML inside the post causes the problem as they are not esca...
The action url seems ok for a "show" action (I think it makes no difference if the placeho...
The Laravel portal for problem solving, knowledge sharing and community building.