laravel-config maintained by kamandlou
Laravel Config
A package for store your app config in database
Installation
-
Install the package and its dependencies using Composer:
composer require kamandlou/laravel-config -
Publish package migration using Artisan command:
php artisan vendor:publish --tag=laravel-config-migrations -
Run
php artisan migrate