More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/Reverse.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/Reverse.jpg|250px | ||
| type = PC Utilities | | type = PC Utilities | ||
| version = v1.0 | | version=v1.0 | ||
| lastupdated = 2018/10/07 | |||
| licence = Mixed | | licence = Mixed | ||
| author = rverseTeam | | author = rverseTeam | ||
| website = https://github.com/rverseTeam/Reverse | | website = https://github.com/rverseTeam/Reverse | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/Reverse.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/Reverse.rar | ||
| source = https:// | | source = https://github.com/rverseTeam/Reverse | ||
}} | }} | ||
<youtube>oQsZ_MCmht4</youtube> | <youtube>oQsZ_MCmht4</youtube> |
Revision as of 12:53, 8 September 2021
Template:Infobox-3DS-Homebrews
Reverse
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.