Download the PHP package dannehl/user-settings without Composer
On this page you can find all versions of the php package dannehl/user-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dannehl/user-settings
More information about dannehl/user-settings
Files in dannehl/user-settings
Download dannehl/user-settings
More information about dannehl/user-settings
Files in dannehl/user-settings
Vendor dannehl
Package user-settings
Short Description Simple file based user settings for laravel
License MIT
Homepage https://github.com/dannehl/user-settings
Package user-settings
Short Description Simple file based user settings for laravel
License MIT
Homepage https://github.com/dannehl/user-settings
Please rate this library. Is it a good library?
Informations about the package user-settings
Simple file based user settings (for Laravel)
Installation
Add "dannehl/user-settings"
to composer.
Add the service provider:
Add the Facade:
Storage
The settings are stored as key value pairs in a file for each user. Make sure the folder /storage/userconf exists. Filenames are generated from the user id, so this will only work for authenticated users. The user id is taken from Auth::user()->id;
Usage
All versions of user-settings with dependencies
PHP Build Version
Package Version
The package dannehl/user-settings contains the following files
Loading the files please wait ....