Difference between revisions of "Extensions:Theme Manager"
Jump to navigation
Jump to search
(Initialize) Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|migration=yes/no|package=yes/no}} | {{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|migration=yes/no|package=yes/no}} | ||
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
+ | Install custom themes on your | ||
+ | |||
== Installation == | == Installation == | ||
− | + | '''Created on the Develop branch.''' | |
+ | |||
+ | - Pull/Merge in the [https://github.com/preimpression/lorekeeper/tree/extension/theme-manager branch] | ||
+ | |||
+ | - Run <code>php artisan migrate</code> | ||
+ | |||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
Line 13: | Line 20: | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
− |
Revision as of 14:11, 8 April 2021
Description | A short description |
---|---|
Author(s) | Author(s) |
Status | status (such as WIP, testing, stable) |
Github | branch |
LK Version | Unspecified |
Install custom themes on your
Installation
Created on the Develop branch.
- Pull/Merge in the branch
- Run php artisan migrate