Libraries tagged by laravel package update
alagaccia/laravel-created-by
2 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.
ahuseiny/laravel-userstamps
47 Downloads
A simple Laravel package for Eloquent Model user specific fields.
alexwinder/laravel-confirm-new-email
4 Downloads
A Laravel 5 package which makes a user verify their email address when updated.
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
milenmk/laravel-livewire-crud
30 Downloads
A reusable CRUD package for Laravel controllers and Livewire components, designed to simplify and standardize common database operations(create, read, update, delete), reduce boilerplate code, and support bulk actions.
andresdevr/laravel-env-cli
216 Downloads
This package allows to update the .env file from your laravel project via terminal
andreinocenti/laravel-file-s3-like
291 Downloads
A package to upload, update, delete, purge a S3 like storage via Laravel
shootkiran/laravel-collective-spatie-html-parser
7 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
sausin/laravel-set-autoincrement
168 Downloads
Package to help with update of auto increment for database tables in laravel
ost/laravel-file-manager
32 Downloads
This package used to upload,update and delete single or multiple file and more..
mfissehaye/laravel-shop
7 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.
orumad/laravel-app-version
4 Downloads
Update app version in 'package.json' and 'composer.json' files. Add commit message and version to the CHANGELOG.md file. Commit changes and (optionaly) deploy them.
daygarcia/amazon-sp-api-laravel
10 Downloads
This package has made for laravel 8 and php 8. It's based on clousale/amazon-sp-api-php package with a little adjusts because the original repo doesnt receive any updates since a while. All credits reserved to clousale.
andreadam82/laravel-userstamps
7 Downloads
Package to add created_by, updated_by and deleted_by to models.
findyouractivity/laravel-userstamps
11 Downloads
Package to add created_by, updated_by and deleted_by to models.