I've got this working, if you still need it? Basically, I'm including my transformer at the response...
I don't think you can pass the $img object directly, as it's an Intervention\Image object, not image...
{{ Form::text('category_id', $categories) }} - $categories is an array, yet you're using a Form::tex...
Laravel hooks listen for a true/false response to be returned from them. Try: static::saving(functio...
The Laravel portal for problem solving, knowledge sharing and community building.
The community