Download the PHP package ranjbarali/laravel-setting without Composer
On this page you can find all versions of the php package ranjbarali/laravel-setting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ranjbarali/laravel-setting
More information about ranjbarali/laravel-setting
Files in ranjbarali/laravel-setting
Download ranjbarali/laravel-setting
More information about ranjbarali/laravel-setting
Files in ranjbarali/laravel-setting
Vendor ranjbarali
Package laravel-setting
Short Description Easily save, update and get titles, descriptions, and more. it is very easy to use.
License MIT
Homepage https://github.com/ranjbarali/laravel-setting
Package laravel-setting
Short Description Easily save, update and get titles, descriptions, and more. it is very easy to use.
License MIT
Homepage https://github.com/ranjbarali/laravel-setting
Keywords laravelLaravelSetting
Please rate this library. Is it a good library?
Informations about the package laravel-setting

Laravel Setting
Easily save, update and get titles, descriptions, and more. it is very easy to use.
This is great for storing and receiving general site information.
Installation
requires PHP 8+ and Laravel 9+
via composer:
You can publish migration and configuration with:
Migrate:
Usage
Initialize
Get All (array)
Get One (string | array | integer | float | boolean)
Get Multiple (array)
Update (boolean)
Add (boolean)
Type must be one of "string"
, "array"
, "boolean"
, "integer"
, "float"
default: "string"
Delete (boolean)
Check Value (boolean)
Check Value with Type (boolean)
Check Exists (boolean)
Recache
Examples
add() : Add and Get One
set()
Get Multiple
is()
is_exactly()
exists()
in blade:
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
All versions of laravel-setting with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
>=9.0
The package ranjbarali/laravel-setting contains the following files
Loading the files please wait ....