Best laravel framework open-source packages.

Laravel config

A package for store your app config in database
Updated 1 year ago

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

Tags databases