turkeryildirim/lumen-config-autoloader

This package is abandoned and no longer maintained. No replacement package was suggested.

This package provides an easy way to autoload config files from your application's config folder.

1.0.0 2018-08-12 13:27 UTC

This package is not auto-updated.

Last update: 2022-09-16 13:30:59 UTC


README

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
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 package.

License

Lumen Config Autoloader is open-sourced software licensed under the MIT license