mantax559 / laravel-settings
Laravel Settings
Installs: 313
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mantax559/laravel-settings
Requires
- php: ^8.2
- laravel/framework: ^10.0|^11.0
- mantax559/laravel-helpers: ^1.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^8.0
README
Laravel Settings
Installation & Setup
You can install the package via composer:
composer require mantax559/laravel-settings
After installing the package, run the migration command to create the necessary database tables:
php artisan migrate
The package will automatically register its service provider.
Customisation
Config
You can optionally publish the config file with:
php artisan vendor:publish --provider="Mantax559\LaravelSettings\Providers\AppServiceProvider" --tag=config
Tests
You can run tests with the command:
vendor/bin/phpunit
License
The MIT License (MIT). Please see License File for more information.