Libraries tagged by laravel config
wayofdev/laravel-package-tpl
10 Downloads
🚀 Jump-start your Laravel package development with our pre-configured Composer template, designed for seamless integration. This template includes essential tools such as PHPUnit, PHPStan, GitHub Actions, and Docker to streamline your workflow and enhance productivity.
ubxty/spatie-laravel-backup-utils
23 Downloads
Enhanced utilities and notifications for spatie/laravel-backup with comprehensive logging, S3 configuration, and statistical analysis
code-distortion/laravel-auto-reg
1309 Downloads
A Laravel package that registers your service-providers, configs, commands, routes, broadcast channels, migrations, blade-templates and translations etc for you, in a project with a non-standard directory structure
xaoc/laravel-tcpdf
15760 Downloads
A simple Laravel 5 service provider with some basic configuration for including the TCPDF library
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.
ashique-ar/laravel-crud-generator
30 Downloads
A powerful, configuration-driven CRUD API generator for Laravel with advanced features including permissions, filtering, sorting, bulk operations, and custom logic handlers.
zaffar-saffee/laravel-5-amazon-mws-persistent
18 Downloads
Orignall from Peron/laravel5-amazon-mws, implementation to Use Amazon's MWS web services with Laravel 5.x. Focus is on using persistent settings instead of file. (actually did for laravel spark project)
tim661811/laravel-telemetry-reporter
5 Downloads
A reusable Laravel 10+ package that lets you annotate any service method with a PHP attribute to collect custom telemetry (e.g. user counts, disk usage, feature flags) and automatically report it—at configurable intervals—to a central server over HTTP. Data is grouped per application host, is fully configurable via a published telemetry.php config (backed by your chosen cache), and integrates seamlessly with Laravel’s scheduler and HTTP client.
thetribephotography/laravel_vault
4 Downloads
A Laravel package that helps you easily integrate and manage secrets from HashiCorp Vault, with caching and env/config-style access.
tapha/mws-laravel
85 Downloads
A minimal service provider to set up and use the MWS API PHP library in Laravel 5.*
shopapps/laravel-settings
91 Downloads
config style settings but stored in a DB
sewidan/laravel-setting
63 Downloads
Laravel Settings Manager
sergeymiracle/config-writer
3285 Downloads
Configuration extension
postare/db-config
129 Downloads
This plugin simplifies configuration management in Filament projects, enabling the easy creation and management of dynamic configuration pages.
mesingh/amazon-mws-laravel
1619 Downloads
Use Amazon's MWS web services with Laravel 5.x. Based on przemekperon/amazon-mws-laravel package and modified to make it compatible with dynamic config values also.