mantax559/laravel-settings is a Laravel package for laravel settings.
It currently has 0 GitHub stars and 419 downloads on Packagist (latest version 1.0.42).
Install it with composer require mantax559/laravel-settings.
Discover more Laravel packages by mantax559
or browse all Laravel packages to compare alternatives.
Last updated
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.
See USAGE.md for more information about the package and examples.
You can optionally publish the config file with:
php artisan vendor:publish --provider="Mantax559\LaravelSettings\Providers\AppServiceProvider" --tag=config
Run the test suite:
composer test
Coverage summary in the terminal:
composer test-coverage
For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:
composer test-coverage-html
This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.