Libraries tagged by laravel automation
devrabiul/livewire-doctor
1670 Downloads
Automatically detect and fix common Livewire issues, with helpful commands and developer tools to streamline your Laravel development.
magros/laravel-model-encryption
47564 Downloads
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
padosoft/laravel-uploadable
9564 Downloads
Laravel package for automatic upload handling with trait
glebsky/laravel-lang-generator
16077 Downloads
Searches for multilingual phrases in Laravel project and automatically generates language files for you.
willvincent/laravel-unique
2063 Downloads
Provides a model trait to automatically append a value to model values that should be unique.
whitecube/laravel-sluggable
23646 Downloads
Generate slugs for your models automatically - even with translated attributes
snoeren-development/laravel-currency-casting
22858 Downloads
Cast currency attributes, stored as integer, to floats automatically.
muhdfaiz/laravel-tail-db
25828 Downloads
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.
jeremykenedy/laravel-https
127488 Downloads
Laravel Https is middleware to check for Secure HTTP requests. Laravel Https middleware providers can check and redirect if the user is not hitting the https url of your app/site or the request can be automatically redirected to a Secure Http (HTTPS) request.
flyhjaelp/laravel-eloquent-orderable
3883 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
danhunsaker/laravel-flysystem-others
32171 Downloads
Automatically registers every third-party Flysystem adapter it recognizes as a Laravel Filesystem Driver.
based/laravel-fluent
13282 Downloads
Define model attributes the fluent way. Automatically cast properties to native types.
amendozaaguiar/laravel-lat-es
5765 Downloads
El paquete 'laravel-lat-es' ofrece traducciones en español para Laravel, garantizando que tus proyectos en Laravel tengan archivos de traducción en español por defecto. Con esta integración automática, podrás disfrutar de una experiencia de usuario más fluida y personalizada en tus aplicaciones de Laravel. Al utilizar las traducciones por defecto de Laravel, garantizas la coherencia y consistencia del idioma en toda tu aplicación, lo que mejora la usabilidad y la accesibilidad para tus usuarios hispanohablantes.
adamhopkinson/laravel-model-hash
9717 Downloads
A trait which automatically generates a unique hash per model instance
sebastiaanluca/laravel-auto-morph-map
29803 Downloads
Automatically alias and map the polymorphic types of Eloquent models.