Looking to hire Laravel developers? Try LaraJobs

laravel-config maintained by kamandlou

Description
A package for store your app config
Author
Last update
2023/02/15 08:42 (dev-main)
License
Links
Downloads
26
Tags

Comments
comments powered by Disqus

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