Libraries tagged by laravel package updater
mr-wolf-gb/laravel-update-creator
10 Downloads
Laravel Update Creator is a Laravel package designed to streamline the process of creating update ZIP files for your Laravel projects. This tool identifies all files modified since a specified date, excludes unwanted directories and files, and generates a compressed ZIP file for distribution or deployment.
knifesk/laravel-jms-serializer
69 Downloads
An updated JMSSerializer integration package for Laravel and Lumen
rinvex/laravel-settings
103 Downloads
Rinvex Settings is a Laravel package for setting management. You can add, update, and delete application settings with ease, and use like the detaul Laravel config options. It comes with the ability to override config options on runtime, and supports tenantable features out of the box.
nonetallt/laravel-permission-blueprints
11 Downloads
Update spatie/laravel-permission package database roles and permissions easily using json blueprints.
laradns/laravel-client
63 Downloads
The Laravel client package for LaraDNS - automating the DNS update process.
tobidsn/laravel-userstamps
18 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
siddharthgor/update-file-generator
3 Downloads
Laravel package for generating fresh install and date-based update packages
kayiwarahim/laravel-userstamps
1 Downloads
A simple Laravel package for Eloquent Model user specific fields by Rahim.
jeffersongoncalves/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.
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
fnematov/laravel-userstamps
60 Downloads
A simple Laravel package for Eloquent Model user specific fields.
evinkuraga/tmdb-laravel
243 Downloads
This is a fork of the package php-tmdb/laravel. Instead of waiting for the maintainer to update the php-tmdb/api package to reflect the latest changes from the API, I've decided to fix these. These packages are actively used for http://flixi.com, which means these we will be most likely maintaining these with regular updates as the TMDB api integrates new changes. Original Description: Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.
danielemontecchi/laravel-userstamps
5 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
curly-deni/laravel-permission-controller
13 Downloads
A Laravel package that observes model events and automatically enforces create, update, and delete permissions based on policies.
codebuglab/laravel-media-removable
27 Downloads
Automatically remove media like images, videos, and audios from storage folder once record with media deleted or updated from database