Download the PHP package turkeryildirim/lumen-config-autoloader without Composer
On this page you can find all versions of the php package turkeryildirim/lumen-config-autoloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download turkeryildirim/lumen-config-autoloader
More information about turkeryildirim/lumen-config-autoloader
Files in turkeryildirim/lumen-config-autoloader
Package lumen-config-autoloader
Short Description This package provides an easy way to autoload config files from your application's config folder.
License MIT
Homepage https://github.com/turkeryildirim/lumen-config-autoloader
Informations about the package lumen-config-autoloader
Lumen Config Autoloader
This package provides an easy way to autoload config files from your application's config folder.
With default Lumen installation, you have to add a line into bootstrap/app.php
file with $app->configure('...');
to load package's config file for each composer or custom package. At the beginning may be you don't know that but i mostly forgot to do that.
Installation
-
Install the package via composer
- Create a folder named
config
in your application's root.
Usage
You just need to copy 3rd party packages config files into your config folder or you can use Lumen vendor publish package.
License
Lumen Config Autoloader is open-sourced software licensed under the MIT license