Libraries tagged by laravel package update
anisaronno/laravel-self-updater
235 Downloads
Laravel Self Updater is a package that helps you to update your Laravel application automatically.
boralp/laravel-auditable
13 Downloads
A lightweight Laravel package to track model changes with IP (binary), deduplicated user agents, and created_by/updated_by auto-fill. Includes export, cleanup, and API endpoints for easy audit history access.
shawnveltman/livewire-3-property-updater
82 Downloads
A package to update Livewire 2 computed properties to use the Livewire 3 syntax
andreslqr/laravel-env-cli
240 Downloads
This package allows to update the .env file from your laravel project via terminal
t-shirt-and-sons/status-updates
520 Downloads
A package to handle status updates from T Shirt & Sons in your Laravel order management application.
eru/laravel-collective-spatie-html-parser
27 Downloads
Adapter class that allows use spatie/laravel-html for old projects that were using the abanondated laravelcollective/html package, and allow to update to new versions of laravel
baklysystems/laravel-shop
528 Downloads
This is just an update for amsgames/laravel-shop to support 5.4 as they don't update it anymore. Package set to provide shop or e-commerce functionality (such as CART, ORDERS, TRANSACTIONS and ITEMS) to Laravel for customizable builds.
sansanlabs/laravel-userstamps
216 Downloads
Package to add userstamps to models.
keypoint-solutions/laravel-localization-helpers
112 Downloads
An artisan command package and methods for easy translation management. Derived from potsky's repo, adding modern PHP &Laravel support, updated MS translator support and other features
ontherocksoftware/laravelredambergreen
58 Downloads
Laravel package to easily update business KPI monitors for your software or service.
carlosdev/model-change-logger
9 Downloads
Laravel package to log changes (update and delete) in Eloquent models, including changed fields, user, and timestamps.
waseet/filament-activity-log
362 Downloads
A Laravel package that simplifies activity logging in the Filament admin panel, with support for logging create, update, delete, and restore actions. It integrates with the 'spatie/laravel-activitylog' package and includes a modernized activity log viewing page.
bakkahit/sql-migration
46 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
coreproc/nova-auditing-user-fields
111540 Downloads
A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.
va/cutlet-migrate
6 Downloads
A package to use migrate:update command with options for migrations in custom directories in laravel apps.