- Downloads
Add a way for a user to override the site skin setting + fix mislabeled comment. (#6891)
* Add a way for a user to override the skin setting.
* Add site setting to allow user to change the skin.
* Fix skin list.
Co-authored-by:
NMC <info@nmc-lab.com>
Showing
- app/Http/Controllers/ProfileController.php 1 addition, 2 deletionsapp/Http/Controllers/ProfileController.php
- app/Http/Controllers/SettingsController.php 1 addition, 0 deletionsapp/Http/Controllers/SettingsController.php
- database/migrations/2019_04_06_060145_add_user_skin_setting.php 34 additions, 0 deletions...se/migrations/2019_04_06_060145_add_user_skin_setting.php
- database/migrations/2019_04_06_205355_add_setting_allow_user_skin.php 34 additions, 0 deletions...rations/2019_04_06_205355_add_setting_allow_user_skin.php
- resources/lang/en/admin/settings/general.php 2 additions, 0 deletionsresources/lang/en/admin/settings/general.php
- resources/macros/macros.php 31 additions, 0 deletionsresources/macros/macros.php
- resources/views/account/profile.blade.php 11 additions, 4 deletionsresources/views/account/profile.blade.php
- resources/views/layouts/default.blade.php 6 additions, 6 deletionsresources/views/layouts/default.blade.php
- resources/views/settings/branding.blade.php 12 additions, 1 deletionresources/views/settings/branding.blade.php
Loading
Please register or sign in to comment