priondevelopment / setting
Create and save settings.
Installs: 62
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/priondevelopment/setting
Requires
- php: ^7.1.1
- illuminate/cache: ~5.2
- illuminate/console: ~5.2
- illuminate/database: ^5.2.32
This package is not auto-updated.
Last update: 2025-09-29 05:22:36 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.