Create and save settings.

v0.1-alpha.4 2018-10-03 04:14 UTC

This package is not auto-updated.

Last update: 2024-04-14 22:28:59 UTC


README

Prion Setting is an easy way to pull and save updates.

Tested on Lumen 5.6

Installation

composer require "priondevelopment/setting:5.6.*"

In config/app.php, add the following provider:
PrionDevelopment\Providers\PrionSettingProvider::class

Automated Setup

php artisan setting:setup

Manual Setup

Publish the Migrations
php artisan setting:migration
php artisan migrate

Publish the Models
php artisan setting:setting
php artisan setting:setting_log
php artisan setting:setting_observer

Clear or reset your Laravel config cache.
php artisan config:clear
php artisan config:cache

License

Prion Setting is open-sourced software licensed under the MIT license.