LaravelPackages.net
Acme Inc.
Toggle sidebar
kamandlou/laravel-config

A package for store your app config

26
0
v1.2
About kamandlou/laravel-config

kamandlou/laravel-config is a Laravel package for a package for store your app config. It currently has 0 GitHub stars and 26 downloads on Packagist (latest version v1.2). Install it with composer require kamandlou/laravel-config. Discover more Laravel packages by kamandlou or browse all Laravel packages to compare alternatives.

Last updated

Laravel Config

A package for store your app config in database

Installation

  1. Install the package and its dependencies using Composer:

    composer require kamandlou/laravel-config

  2. Publish package migration using Artisan command:

    php artisan vendor:publish --tag=laravel-config-migrations

  3. Run

    php artisan migrate

Comments