laravel-translatable
Translation attribute
A package that makes Eloquent models store translations as JSON attributes
Making Eloquent models translatable
2k stars
26 watching
282 forks
Language: PHP
last commit: about 1 month ago
Linked from 1 awesome list
eloquenti18nlaravelphptranslated-attributes
Related projects:
Repository | Description | Stars |
---|---|---|
spatie/laravel-medialibrary | Associates files with Eloquent models for image and media storage in Laravel applications | 5,805 |
nicolaslopezj/searchable | Adds search functionality to Eloquent models in Laravel applications | 2,010 |
alexeymezenin/laravel-best-practices | A collection of guidelines and best practices for building maintainable, efficient, and scalable Laravel applications. | 11,474 |
spatie/eloquent-sortable | Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,416 |
cviebrock/eloquent-sluggable | A package to simplify the creation of unique URLs for Eloquent models in Laravel applications. | 3,915 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,509 |
kirkbushell/eloquence | A package for extending Laravel's Eloquent models and functionality | 554 |
n7olkachev/laravel-computed-properties | A package that adds computed properties to Eloquent models for efficient and lazy loading of calculated attributes. | 192 |
sbarre/eloquent-versioned | Adds transparent versioning support to Eloquent ORM in Laravel 5.2 and later versions. | 30 |
dwightwatson/validating | A validation trait for Laravel Eloquent models that ensures data is valid before saving. | 970 |
josephsilber/bouncer | An elegant framework-agnostic approach to managing roles and abilities for Eloquent models in PHP applications. | 3,462 |
mongodb/laravel-mongodb | Provides an ORM interface to MongoDB | 7,024 |
jpkleemans/attribute-events | Library that generates domain events from Eloquent attribute changes in Laravel applications | 312 |
spatie/laravel-activitylog | A package to log activities in Laravel applications, storing events and user interactions for auditing purposes. | 5,390 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,575 |