Support the ongoing development of Laravel.io →
unitedmonkeys

unitedmonkeys

Joined 11 Jun 2014

Statistics

Threads 7
Replies 8
Solutions 0
Articles 0
posted 11 years ago

Get data from an insert query?

I know you can get the insert id of a query with: $query->id But is there a way to get data back...

0 Likes
1 Replies
posted 11 years ago

Outputting a non keyed array from query?

$data = Img::with(array('size'=> function($query){ $query->select('title', 'width', 'img_id'...

0 Likes
0 Replies
posted 11 years ago

Soft Deleting with a Relationship

I have a book and author table. A author has many books. A book has one author. I wish to soft delet...

0 Likes
5 Replies
posted 11 years ago

Location of resources and namespacing in packages.

My package needs controllers, models and views. I'm confused as to where these should be placed and...

0 Likes
0 Replies
posted 11 years ago

Publishing a packages config file

I'm using this package inside my own package: https://github.com/aws/aws-sdk-php-laravel How would I...

0 Likes
2 Replies
replied 11 years ago

Creating a package that relies upon another package?

I've namespaces my package. Im still having issues: Fatal error: Cannot redeclare crypt_random_strin...

0 Likes
replied 11 years ago

Creating a package that relies upon another package?

Thanks @Stolz. I've checked out the docs but how to I namespace my package. At the minute I have thi...

0 Likes
replied 11 years ago

Creating a package that relies upon another package?

All I do is add the AWS package to my package composer file. Then I do a composer update and then th...

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.

© 2026 Laravel.io - All rights reserved.