Skip to content

Commit

Permalink
Update admin.php
Browse files Browse the repository at this point in the history
feat: Make admin-skin as env editable

Useful when you want to make difference between local and server/production to prevent mistakes
  • Loading branch information
taha-moghaddam authored Sep 22, 2021
1 parent 7f61bc0 commit 210147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
| "skin-red", "skin-red-light", "skin-black", "skin-black-light".
|
*/
'skin' => 'skin-blue-light',
'skin' => env('ADMIN_SKIN', 'skin-blue-light'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 210147a

Please sign in to comment.