The Eloquent ORM included with Laravel provides a beautiful, simple ActiveRecord implementation for working with your database.
I have one more field on the database over the created_at and updated_at as TIMESTAMP the field name …
php laravel-4 eloquent php-carbonI was wondering if it is possible to define different data for item resource and collection resource. For collection I …
php laravel eloquent laravel-5.5 thephpleague-fractalI've got a many to many relationship between my employees and groups table. I've created the pivot table, and all …
php many-to-many laravel eloquentplease I want to use group_concat in a query using eloquent and not raw queries. here is the code …
laravel eloquent group-concatI have a problem with replicating one of my models with all the relationships. The database structure is as follows: …
php laravel eloquent clone relationshipI need to store exactly three pages at once via form. I would like save in similar manner as model …
eloquent laravel-5.2 mass-assignmentWhen you create a new column in a table you can use the ->after('column name') to dictate …
laravel-4 eloquent fluentI'm a relative beginner with Laravel (using version 5.2.3) and have been working through tutorials on Laracasts and then doing a …
laravel laravel-5 eloquent laravel-routing laravel-5.2