You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run before the command `php artisan model-settings:model-settings-table`.\
112
+
Run the command below to create the settings table.
113
+
````bash
114
+
php artisan model-settings:model-settings-table
115
+
````
116
+
108
117
The command will copy for you the migration class to create the table where the setting values will be stored.\
109
118
The default name of the table is `model_settings`; change the config or env value `MODEL_SETTINGS_TABLE_NAME` if you want to rewrite the default name (**before you run the command!**)
0 commit comments