laravel-settings maintained by mantax559
Last update
2026/04/23 20:37
License
Require
- php ^8.2
- mantax559/laravel-helpers ^1.0
- laravel/framework ^10.0|^11.0|^12.0|^13.0
Last update
2026/04/23 20:37
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/23 14:39
License
Require
- mantax559/laravel-helpers ^1.0
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
Last update
2026/04/23 13:46
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/22 20:53
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/22 12:38
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/22 11:57
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/22 10:57
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/22 10:12
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/22 09:31
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/21 23:34
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2026/04/15 22:55
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0|^12.0|^13.0
- mantax559/laravel-helpers ^1.0
Last update
2024/09/01 11:53
License
Require
- php ^8.2
- laravel/framework ^10.0|^11.0
- mantax559/laravel-helpers ^1.0
Last update
2024/07/02 17:25
License
Require
- php ^8.2
- laravel/framework ^10.0
- mantax559/laravel-helpers ^1.0
Last update
2024/06/24 22:23
License
Require
- php ^8.2
- laravel/framework ^10.0
- mantax559/laravel-helpers ^1.0
Last update
2024/06/06 17:48
License
Require
- php ^8.0
- laravel/framework ^9.0|^10.0
- mantax559/laravel-helpers ^1.1
Last update
2024/06/06 15:52
License
Require
- php ^8.0
- laravel/framework ^9.0|^10.0
- mantax559/laravel-helpers ^1.1
Last update
2024/06/06 13:05
License
Require
- php ^8.0
- laravel/framework ^9.0|^10.0
- mantax559/laravel-helpers ^1.1
Last update
2024/06/06 12:32
License
Require
- php ^8.0
- laravel/framework ^9.0|^10.0
- mantax559/laravel-helpers ^1.1
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.