Download the PHP package koomai/laravel-config without Composer
On this page you can find all versions of the php package koomai/laravel-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download koomai/laravel-config
More information about koomai/laravel-config
Files in koomai/laravel-config
Package laravel-config
Short Description Database driven configuration for Laravel applications
License MIT
Homepage https://github.com/koomai/laravel-config
Informations about the package laravel-config
Laravel Dynamic Config
Manage your application configuration in your database.
Dynamic Config allows you to override or add to your application configuration in /config
without redeploying code.
You can also use it as a separate custom configuration manager if you choose not to combine it with Laravel's config.
Installation
You can install the package via composer. Select the appropriate version based on the table below.
Laravel | This package |
---|---|
<=5.6 | ^1.0 |
5.7 | ^2.0 |
5.8 | ^3.0 |
Usage
Register Service Provider
The core service provider is already registered via package discovery.
If you want to combine/override Laravel's config values, you will have to manually register CombinedConfigServiceProvider
in the providers
array in config/app.php
.
Note: It is highly recommended that you cache your config (using artisan config:cache
) if you choose to do the above.
Add config
Delete config
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.asdfas
Credits
- Sid K
- Spatie PHP Skeleton
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-config with dependencies
illuminate/console Version 5.8.*
illuminate/database Version 5.8.*
illuminate/events Version 5.8.*
illuminate/config Version 5.8.*
ext-json Version *
ext-pdo Version *