Difference between revisions of "Extensions:Claymores and Companions"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Claymores and Companions|desc=A combo extension|auth=Newt|status=stable|github={{Github|user=ne-wt|branch=extension/clamores-and-companions}}|migration=yes|package=no}} |
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
== Installation == | == Installation == | ||
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | ||
+ | pull and run <code>php artisan migrate</code> and <code>php artisan add-levels</code>. | ||
+ | Please view the relevant extension pages. | ||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
+ | Please view the relevant extension pages. | ||
+ | Extensions included: | ||
+ | - Pets | ||
+ | - Levels & Stats | ||
+ | - Character Skills (TBA) | ||
+ | - Weapons & Gear | ||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
Line 13: | Line 21: | ||
== 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 09:59, 12 July 2021
Description | A combo extension |
---|---|
Author(s) | Newt |
Status | stable |
Github | extension/clamores-and-companions |
LK Version | Unspecified |
Contains a Migration | |
Installation
pull and run php artisan migrate
and php artisan add-levels
.
Please view the relevant extension pages.
Configuration
Please view the relevant extension pages. Extensions included: - Pets - Levels & Stats - Character Skills (TBA) - Weapons & Gear