Skip to content

Kamandlou/laravel-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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