I have just published my first composer package, and would really appreciate if someone would give i...
http://laravel.com/docs/eloquent#soft-deleting You need to use the SoftDeletingTrait in your model a...
You are saying that Event and History has a relationship with User, but you are trying to load the r...
If you don't want it to happen, you can disable it per model. Don't know why you'd do that though.
// set config to pretend $config::set('mail.pretend', true); Should be // set config to pretend C...
The Laravel portal for problem solving, knowledge sharing and community building.
The community