Libraries tagged by laravel automation
velitsol/userstamps
1201 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
tailflow/castable-dto
29169 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
laravel-auto/migrations
691 Downloads
Automatic Laravel model migrations.
sukohi/neatness
12073 Downloads
A Laravel package to automatically add sorting system for DB query and provide URLs to switch between ASC and DESC.
filippo-toso/models-generator
1120 Downloads
A Laravel Artisan command to automatically generate models from database tables
sehrgut/eloquent-computed-attributes
3392 Downloads
Automatically compute attributes on Laravel Eloquent models when their input changes
stevebauman/translation
20124 Downloads
An easy automatic database driven translator for Laravel 5
sukohi/cahen
12680 Downloads
A PHP package mainly developed for Laravel to manage sort values of DB table automatically.
simonvomeyser/laravel-automatic-tests
2894 Downloads
This is my package laravel-automatic-tests
miladhspr/laravel-encryptable
63 Downloads
Laravel automatic attribute encryption
rogervila/laravel-autocache
44 Downloads
Automatic Laravel Eloquent Models Cache
rizkussef/laravel-sql-to-migration
16 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
jeffersongoncalves/laravel-created-by
10 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
daniloesser/laravel-generator
11 Downloads
Laravel Generator: Automatically generate Laravel Framework files from a CLI command.
anisaronno/laravel-self-updater
214 Downloads
Laravel Self Updater is a package that helps you to update your Laravel application automatically.