Download the PHP package litepie/settings without Composer
On this page you can find all versions of the php package litepie/settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download litepie/settings
More information about litepie/settings
Files in litepie/settings
Download litepie/settings
More information about litepie/settings
Files in litepie/settings
Vendor litepie
Package settings
Short Description A comprehensive multi-level settings management package for Laravel
License MIT
Homepage https://github.com/litepie/settings
Package settings
Short Description A comprehensive multi-level settings management package for Laravel
License MIT
Homepage https://github.com/litepie/settings
Please rate this library. Is it a good library?
Informations about the package settings
This is a Laravel 5 package that provides settings management facility for lavalite framework.
Installation
Begin by installing this package through Composer. Edit your project's composer.json
file to require litepie/settings
.
"litepie/settings": "dev-master"
Next, update Composer from the Terminal:
composer update
Once this operation completes execute below cammnds in command line to finalize installation.
And also add it to alias
Use the below commands for publishing
Migration and seeds
php artisan vendor:publish --provider="Litepie\Settings\Providers\SettingsServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Litepie\Settings\Providers\SettingsServiceProvider" --tag="seeds"
Configuration
php artisan vendor:publish --provider="Litepie\Settings\Providers\SettingsServiceProvider" --tag="config"
Language
php artisan vendor:publish --provider="Litepie\Settings\Providers\SettingsServiceProvider" --tag="lang"
Views public and admin
php artisan vendor:publish --provider="Litepie\Settings\Providers\SettingsServiceProvider" --tag="view-public"
php artisan vendor:publish --provider="Litepie\Settings\Providers\SettingsServiceProvider" --tag="view-admin"
Publish admin views only if it is necessary.
Usage
All versions of settings with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
laravel/framework Version ^10.0|^11.0|^12.0
spatie/laravel-permission Version ^6.0
laravel/framework Version ^10.0|^11.0|^12.0
spatie/laravel-permission Version ^6.0
The package litepie/settings contains the following files
Loading the files please wait ....