Difference between revisions of "Extensions:Trade Listings"
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=Trade Listings|desc=Adds creation and display of trade listings.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=trade listings}}|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; run <pre>php artisan migrate</pre> and <pre>php artisan add-site-settings</pre>. | ||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
| + | Add a link to /trades/listings to your navbar; it is not done automatically to account for the wide variance in navbars across sites. | ||
== Usage == | == Usage == | ||
<!-- Is there anything users should know about using your extension? --> | <!-- Is there anything users should know about using your extension? --> | ||
| Line 11: | Line 13: | ||
== 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 10:25, 5 August 2020
| Description | Adds creation and display of trade listings. |
|---|---|
| Author(s) | Mercury |
| Status | Testing |
| Github | listings trade listings |
| LK Version | Unspecified |
| Contains a Migration | |
Installation
Pull; run
php artisan migrate
and
php artisan add-site-settings
.
Configuration
Add a link to /trades/listings to your navbar; it is not done automatically to account for the wide variance in navbars across sites.