Libraries tagged by laravel config
easy2dev/multi-tenant-wizard
288 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
stri8ed/laravel-config-js
48 Downloads
Laravel package for exposing configs in JS
renoki-co/laravel-yaml-config
4 Downloads
The usual Laravel config files, but with one YAML. Write objects and arrays in your config without having to write ugly inline, JSON.
plugins-world/laravel-config
317 Downloads
A laravel global config package.
koomai/laravel-config
1996 Downloads
Database driven configuration for Laravel applications
kkszymanowski/laravel-js-config
5562 Downloads
Publish Laravel configuration to JS
ibraheem-ghazi/laravel-settings-manager
133 Downloads
Laravel settings management package using database and laravel config()
gabrielfemi/laravel-config-maker
1 Downloads
Creates configuration file
fuller/laravel-configurator
67 Downloads
User Customisable and Persistent App Config Options
etracksystems/laravel-docker-secrets
4 Downloads
Use Docker Swarm Secrets in your Laravel config files
axdlee/laravel-config-writer
4026 Downloads
Write to Laravel Config files and maintain file integrity. Support Laravel 5.3+
rmunate/laravel-config-runtime
117 Downloads
The `LaravelRuntime` Library empowers you to modify Laravel configuration values at runtime. It's essential to note that these changes won't affect the values in the `.env` file; they will only apply while your scripts are running.
signifly/laravel-configurable
3634 Downloads
Make your Eloquent models configurable.
sunaoka/laravel-partial-config-cache
35 Downloads
Create a partial cache file for faster configuration loading
stepanenko3/laravel-runtime-config
163 Downloads
Runtime config based on collection for Laravel