Support the ongoing development of Laravel.io →

darrencraig

Joined 7 Mar 2014

Statistics

Threads 0
Replies 7
Solutions 1
Articles 0

darrencraig has not posted any threads yet

replied 9 years ago

Doctrine + Dingo API

I've got this working, if you still need it? Basically, I'm including my transformer at the response...

0 Likes
replied 9 years ago

SQL Query difficult

Why not just run the whole thing as a RAW query?

0 Likes
replied 9 years ago

Response and intervention image

I don't think you can pass the $img object directly, as it's an Intervention\Image object, not image...

0 Likes
replied 9 years ago

htmlentities() expects parameter 1 to be string, array given error exception

{{ Form::text('category_id', $categories) }} - $categories is an array, yet you're using a Form::tex...

0 Likes
Solved
replied 9 years ago

Event in boot() of model not called

Laravel hooks listen for a true/false response to be returned from them. Try: static::saving(functio...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.