Libraries tagged by laravel-models
ajthinking/laravel-postgis
71571 Downloads
Postgis extensions for laravel. Aims to make it easy to work with geometries from laravel models
ymigval/laravel-model-datatable-ssp
294 Downloads
Extension designed to seamlessly integrate Laravel models with server-side DataTables. It provides a convenient and efficient way to fetch, transform, and display data from your Laravel models in DataTables.
we-are-neopix/laravel-model-translation
410 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.
vkovic/laravel-model-meta
695 Downloads
Laravel model meta storage
touhidurabir/laravel-model-uuid
266 Downloads
A laravel package to attach uuid to model classes
singlequote/laravel-model-seeder
1432 Downloads
rolfhaug/laravel-model-settings
2302 Downloads
A package that gives you a fluent api to add key/value settings to any Eloquent model
rbennett/laravel-model-encryption
1622 Downloads
A no fuss Laravel model trait to add encrypted model attributes with the option of blind indexes and hashed attributes.
plank/laravel-model-resolver
2632 Downloads
Retrieve all defined Models available in the Application or Vendor namespaces
mrdth/laravel-model-settings
1721 Downloads
Easy to use way to add settings to any Eloquent model
mouadziani/laravel-model-trackable
8 Downloads
A laravel package that allows you to tracker and log nested changes applied on your models and their relations using a single Trait
maize-tech/laravel-model-expires
543 Downloads
Laravel Model Expires
lyue/laravel-model
640 Downloads
laravel model helper
jimbolino/laravel-model-builder
10657 Downloads
builds eloquent models based on the tables and relations found in your mysql database
jetcod/laravel-model-translation
111 Downloads
Laravel Model Translation simplifies managing model attribute translations in your Laravel applications.