More actions
m (Text replacement - "{{Infobox-3DS-Homebrews" to "{{Infobox 3DS Homebrews") |
m (Text replacement - "image = https://dlhb.gamebrew.org/3dshomebrew/" to "image = ") |
||
Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = Reverse | | title = Reverse | ||
| image = | | image = Reverse.jpg|250px | ||
| type = PC Utilities | | type = PC Utilities | ||
| version=v1.0 | | version=v1.0 |
Revision as of 01:56, 20 October 2021
Reverse | |
---|---|
File:Reverse.jpg | |
General | |
Author | rverseTeam |
Type | PC Utilities |
Version | v1.0 |
Last Updated | 2018/10/07 |
Links | |
Download | |
Website | |
Source | |
Requirements
- PHP 7.2.0 (or greater) or an equivalent environment
- MySQL 5.7 is recommended, you can use any database engine compatible with illuminate/database in theory though.
- Composer
Installing
Backend
Copy config.example.php, set everything up to your liking (database is most important). I'd also recommend setting show_errors
to true
for development. Then run the following commands in the root.
$ composer install $ php topia db:install $ php topia db:migrate $ php topia db:setup
After that you can either use $ php topia serve
to use the built in development server or serve the public folder through your webserver of choice.