Documentation
Storage
This are in string type.-
saveLocal:- for storing changes of setting panel there are 3 choices given below:"saveLocal": "sessionStorage", choices: 'sessionStorage', 'localStorage','none'
You can change the storage with a single action.
-
By adding
valuein file. Example is given below. -
You can change storage from your database for that open table with name
app_setting.In the cloumn namevaluechange the value for variablesaveLocalfor storage.
Session Storage
If you wish to change the storage , you can follow the below action.
For example you have to set storage as session storage then you will have to add sessionStorage or if you want to to set storage aslocal storage then you will have to add localStorage and for none you will have to set it as '' in AppSettingSeeder.php file.
Session Storage
"saveLocal": "",
"storeKey": "huisetting",
php spark migrate:refresh to save changes in database.