Difference between revisions of "Extensions:User Ads"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
| Line 2: | Line 2: | ||
<!-- Put a short summary of your extension here! --> | <!-- Put a short summary of your extension here! --> | ||
== Installation == | == Installation == | ||
| − | + | Pull the extension. | |
| + | |||
| + | Do the following commands once you resolve all conflicts. | ||
| + | * <code>php artisan migrate</code> | ||
| + | * <code>php artisan optimize</code> | ||
| + | |||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
| Line 13: | Line 18: | ||
== 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 12:48, 21 January 2026
| Description | A short description |
|---|---|
| Author(s) | Author(s) |
| Status | status (such as WIP, testing, stable) |
| Github | branch |
| LK Version | What Lorekeeper version the ext is built on |
Installation
Pull the extension.
Do the following commands once you resolve all conflicts.
php artisan migratephp artisan optimize