kamandlou/laravel-config

A package for store your app config

v1.2 2023-02-15 07:42 UTC

This package is auto-updated.

Last update: 2024-04-15 10:18:02 UTC


README

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