Download the PHP package alaame/setting without Composer
On this page you can find all versions of the php package alaame/setting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alaame/setting
More information about alaame/setting
Files in alaame/setting
Download alaame/setting
More information about alaame/setting
Files in alaame/setting
Vendor alaame
Package setting
Short Description This package tends to add settings functionality to laravel applications
License MIT
Package setting
Short Description This package tends to add settings functionality to laravel applications
License MIT
Please rate this library. Is it a good library?
Informations about the package setting
setting package
This package tends to add settings functionality to laravel applications
Its built on top of laravel voyager package
Requirements
- PHP 7.1 or higher.
- Laravel 5.8 or higher.
- Tailwind installed.
- Spatie/permission installed and have two rules:
- developer role : responsible for adding new settings.
- admin role: responsible for updating/deleting setting values.
Installation
- run
compose require alaame/setting
- run
php artisan migrate
- add
AMESetting::webRoutes();
in web.php file in whatever place you want. - access setting admin page using
/setting
and it's dependent on where you putAMESetting::routes();
You can check the right path usingphp artisan route:list
.
usage
After adding new options from setting admin page, you can access your setting using global helper function setting('setting_name')
or using blade directive @setting('setting_name')
All versions of setting with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0|^8.1|^8.2|^8.3|^8.4|^9.0
intervention/image Version ^2.5|^3.0
spatie/laravel-permission Version ^3.6|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0
intervention/image Version ^2.5|^3.0
spatie/laravel-permission Version ^3.6|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0
The package alaame/setting contains the following files
Loading the files please wait ....