eloquent
Here are 659 public repositories matching this topic...
-
Corcel Version: "jgrossi/corcel": "2.5.*",
-
Framework Name & Version: "laravel/framework": "5.5.*",
-
PHP Version: 7.1
Description:
Cant find model... for
// clean and simple all posts from a category
$cat = Category::slug('uncategorized')->posts->first();
$cat->posts->each(function($post) {
echo $post->post_title;
});
Eloquent roles and abilities.
-
Updated
Sep 8, 2020 - PHP
Multilingual PHP CMS built with Laravel and bootstrap
-
Updated
Nov 9, 2019 - PHP
Making Eloquent models translatable
-
Updated
Sep 8, 2020 - PHP
Maps Laravel Eloquent models to Elasticsearch types
-
Updated
Apr 30, 2020 - PHP
An Eloquent Way To Filter Laravel Models And Their Relationships
-
Updated
Sep 14, 2020 - PHP
Automatically validating Eloquent models for Laravel
-
Updated
Sep 10, 2020 - PHP
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
-
Updated
Sep 12, 2020 - Go
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
-
Updated
Sep 8, 2020 - PHP
[ABANDONED] Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
-
Updated
May 31, 2020 - PHP
Laravel Components for code generation
-
Updated
Aug 10, 2020 - PHP
This package gives Eloquent models the ability to manage their friendships.
-
Updated
Mar 12, 2020 - PHP
Auto Image & file upload, resize and crop for Laravel eloquent model using Intervention image
-
Updated
Sep 14, 2020 - PHP
Hi, thanks for this wonderful package!
This issue is on v1.8.0, Laravel 7.26.1.
In our User model, we have some schemaless attributes including name.
Example of a Tinker session demonstrating the issue:
>>> $user
=> App\User {#4458
id: 1,
name: "{"first":"John","last":"Doe","formatted":"John Doe"}",
email: "mail@mail.com",
phone: null,
locale: "e
A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
-
Updated
May 18, 2020 - PHP
A Laravel package for multilingual models
-
Updated
Sep 10, 2020 - PHP
Cascading deletes for Eloquent models that implement soft deletes
-
Updated
Sep 8, 2020 - PHP
Improve this page
Add a description, image, and links to the eloquent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eloquent topic, visit your repo's landing page and select "manage topics."


If you use
And on a later date regenerate the images using
php artisan media-library:regenerate, it won't regenerate the responsive images of the base image, only the responsive images of a conversion.