File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Installation
44
5- Copy the extension to ` phpBB/ext/phpbb/skeleton `
5+ To install the source code from this repository, clone this extension repository to ` phpBB/ext/phpbb/skeleton ` :
6+
7+ $ git clone https://github.com/phpbb-extensions/phpbb-ext-skeleton.git
8+ $ php composer.phar install
69
710Go to "ACP" > "Customise" > "Extensions" and enable the "phpBB Skeleton Extension" extension.
811
@@ -21,7 +24,7 @@ The `.zip` is then offered as a download. Additionally it can be found at
2124In order to create an extension, you need to open the console of your server.
2225Then run the following command in your phpBB root (next to config.php):
2326
24- ./bin/phpbbcli.php extension:create
27+ $ ./bin/phpbbcli.php extension:create
2528
2629Afterwards copy your extension from ` store/tmp-ext/ ` into the ` ext/ ` folder
2730
You can’t perform that action at this time.
0 commit comments