Libraries tagged by model cast
sabbir268/laravel-filecaster
75 Downloads
A simple casting class for laravel model to handle file upload and retrieve
madou1217/laravel-iso-countries
17 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
dennisvandalen/laravel-iso-countries
224 Downloads
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
joerucci/laravel-domain-tools
19 Downloads
This package provides domain-driven design (DDD) support for Laravel applications by enhancing artisan make commands with --domain argument. When used, generated files (like models, casts, events, etc.) are placed into a specific domain folder within your app.
mo-masoud/laravel-enum
2020 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
lemax10/laravel-enums
1833 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
bogordesaincom/laravel-enum-simple
1218 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files. Forked from
syberisle/laravel-castable-archive
5 Downloads
Tool for casting a model field as bzip or gzip
atiksoftware/model-fill
22 Downloads
Laravel auto model cast and migration filler
laravel-macros/eloquent-insert-as-model
3 Downloads
Add `insertAsModel` macro to Eloquent Builder. Unlike `insert`, `insertAsModel` method will ensure that all inserted values will go through models' casts and mutators.
petitkoalak/eloquent-model-casting
519 Downloads
Added casting std class to specific model feature
laragrad/eloquent-model-pg-casts
19 Downloads
multisafepay/php-cast-json-models
8 Downloads
A simple and direct way of casting json objects to models
multisafepay/laravel-cast-json-models
76 Downloads
A simple and direct way of casting json objects to models
mistersaal/laravel-mongodb-embedded-models
19 Downloads
A more productive and simpler solution for embedding models in mongodb models than custom casts in Laravel.