laravel-translatable
Translation attribute
A package that makes Eloquent models store translations as JSON attributes
Making Eloquent models translatable
2k stars
26 watching
280 forks
Language: PHP
last commit: 4 months 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,775 |
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,419 |
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,407 |
cviebrock/eloquent-sluggable | Provides a way to easily generate unique slugs for Eloquent models in Laravel applications | 3,900 |
reliese/laravel | Automatically generates Laravel models based on a database schema | 1,487 |
kirkbushell/eloquence | A package for extending Laravel's Eloquent models and functionality | 548 |
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. | 968 |
josephsilber/bouncer | An elegant framework-agnostic approach to managing roles and abilities for Eloquent models in PHP applications. | 3,453 |
mongodb/laravel-mongodb | Provides an ORM interface to MongoDB | 7,018 |
jpkleemans/attribute-events | Library that generates domain events from Eloquent attribute changes in Laravel applications | 309 |
spatie/laravel-activitylog | A package to log activities in Laravel applications, storing events and user interactions for auditing purposes. | 5,364 |
laravel/scout | Provides a simple, driver-based solution for adding full-text search to Eloquent models. | 1,568 |