A package for store your app config
github.com/Kamandlou/laravel-config
Source
Issues
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 034817f87827fe120fb7ca86db587ae8368eb85d
configlaravel
This package is auto-updated.
Last update: 2025-03-15 12:16:30 UTC
A package for store your app config in database
Install the package and its dependencies using Composer:
composer require kamandlou/laravel-config
Publish package migration using Artisan command:
php artisan vendor:publish --tag=laravel-config-migrations
Run
php artisan migrate