Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turkeryildirim/lumen-config-autoloader
An easy way to autoload config files for Lumen
https://github.com/turkeryildirim/lumen-config-autoloader
autoload autoloader config configuration-files laravel laravel-framework lumen lumen-framework lumen-package lumen-php-framework php
Last synced: 3 months ago
JSON representation
An easy way to autoload config files for Lumen
- Host: GitHub
- URL: https://github.com/turkeryildirim/lumen-config-autoloader
- Owner: turkeryildirim
- License: mit
- Archived: true
- Created: 2018-08-12T13:22:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T13:49:47.000Z (over 6 years ago)
- Last Synced: 2024-09-21T14:06:45.184Z (3 months ago)
- Topics: autoload, autoloader, config, configuration-files, laravel, laravel-framework, lumen, lumen-framework, lumen-package, lumen-php-framework, php
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
``` bash
composer require turkeryildirim/lumen-config-autoloader
```* 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](https://github.com/laravelista/lumen-vendor-publish) package.## License
Lumen Config Autoloader is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)