Libraries tagged by laravel package update
rimbaborne/moota
21 Downloads
Update API Moota V2 From yugo/moota Unofficial Moota.co package for Laravel framework
natenju/installer
0 Downloads
a package to install, update, extract or uninstall your laravel app
coding-partners/auto-controller
45 Downloads
The "Auto Controller" package for Laravel allows you to quickly generate fully functional controllers for any model in your application. With a single command, the package will create a controller with all the standard CRUD (Create, Read, Update, Delete) methods, saving you significant time and effort. This enables you to focus on building the core features of your project.
bakgul/file-history
142 Downloads
This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.
kalimeromk/facebook-post
6 Downloads
This package allow to create, update, delete and get posts from facebook page in laravel application
kettasoft/booter
17 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.
paulschoeman/filament-impersonate
1074 Downloads
A temporary fork of stechstudio's Filament package to impersonate your users. Dependencies updated to be Laravel 11 compatible.
bakgul/file-content
146 Downloads
This is a helper package, and it can't be used independently. Its purpose is to get/set/modify files' content when they are created/deleted/updated through the commands that are shipped with the packages, which are part of Packagified Laravel.
attrox/config-controller
15 Downloads
This package provides a quick front-end admin interface to update a Laravel configuration file.
stats4sd/laravel-sql-views
7245 Downloads
A small package to help automate the creation and updating of MySQL views within a Laravel project.
mabrouk/mediable
561 Downloads
a laravel package to handle dealing with storing, updating or deleteing files
codebuglab/laravel-env
2 Downloads
Create and update .env file pacakge
ibrahimbougaoua/filament-sound
15 Downloads
The package provides a simple and convenient way to incorporate auditory cues into your application's user experience. By utilizing the Web Audio API and event listeners, FilamentSound detects successful CRUD operations and triggers the corresponding sound effect in response. This helps users receive immediate feedback and acknowledgment when performing actions like creating new records, updating existing data, or deleting entries.
mangopixel/laravel-adjuster
429 Downloads
A Laravel package for updating your Eloquent models indirectly using an adjustments table.
the-msy/laravel-passport-one-time-token
87 Downloads
Gives the ability to create one time tokens easily with Laravel Passport. Based on lukepolo/laravel-passport-one-time-token package, just updating passport version.