I know you can get the insert id of a query with: $query->id But is there a way to get data back...
$data = Img::with(array('size'=> function($query){ $query->select('title', 'width', 'img_id'...
I have a book and author table. A author has many books. A book has one author. I wish to soft delet...
My package needs controllers, models and views. I'm confused as to where these should be placed and...
I'm using this package inside my own package: https://github.com/aws/aws-sdk-php-laravel How would I...
I've namespaces my package. Im still having issues: Fatal error: Cannot redeclare crypt_random_strin...
Thanks @Stolz. I've checked out the docs but how to I namespace my package. At the minute I have thi...
All I do is add the AWS package to my package composer file. Then I do a composer update and then th...
The Laravel portal for problem solving, knowledge sharing and community building.