I use Ardent for my models, but i want to use this packages: https://github.com/lazychaser/laravel-n...
Hi, do you people advice to use mass assignment? I used it but i see i need to solve al lot of probl...
When a checkbox is not checked, it gives no value back. How to handle this in your model when updati...
What is the best solutions for setting empty field to null in a model? I don't want to set mutator f...
I got a background with Symfony2 and i was searching for a light framework. Laravel looks great, but...
Already fixed it: public function boot() { if (Request::is('cms') OR Request::is('c...
Do you have something like this in your models: static::saving(function($model){ foreach...
I need to communicate with a api and by every request there will be a domain check. The reason for t...
solution is changing #model->attributes with $model->toArray().
The Laravel portal for problem solving, knowledge sharing and community building.