Difference between revisions of "Extensions:Record Book"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page)
Tag: 2017 source edit
 
(Add data)
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}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Record Book|desc=Adds a simple page to user profiles that displays which items a user has owned.|auth=Newt|status=stable|github={{Github|user=ne-wt|branch=extension/record-book}}|LKVer=3.0.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Are you a hoarder like me and hate opening boxes etc because you want to have one of all item in your inventory? This adds a simple page to the home area/user profiles that displays all items a user has/has not owned to satisfy the collector in you.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
pull and run <code>php artisan migrate</code>, run <code>php artisan optimize</code> twice
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
Line 13: 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 13:10, 29 June 2024

Record Book
Description Adds a simple page to user profiles that displays which items a user has owned.
Author(s) Newt
Status stable
Github extension/record-book
LK Version 3.0.0
Contains a Migration






Are you a hoarder like me and hate opening boxes etc because you want to have one of all item in your inventory? This adds a simple page to the home area/user profiles that displays all items a user has/has not owned to satisfy the collector in you.

Installation

pull and run php artisan migrate, run php artisan optimize twice

Configuration

Usage

Troubleshooting

Images

See Also