Web panel for Perfect World MMORPG private server, powered with laravel and tailwindcss
🏠 Homepage
- Composer & Git
- PHP 7.3 or higher
- PHP GD extension, not sure if you have it? Try to search it on Google
- Rename file
.env.exampleto.env. - Change your database configuration at
.envwith text editor. - Change permissions to 777 for following folder / files:
- storage/app/
- storage/framework/
- storage/logs/
- bootstrap/cache/
- .env
Note: Make sure your inside the pw-panel directory when you run the commands.
composer installRun the migration
php artisan migrateSeed database
php artisan db:seed --class=ServiceSeederGenerate Application Key
php artisan key:generateCreate new Administrator
php artisan pw:createAdmin👤 Harris Marfel
- Website: https://youtube.com/hrace009
- Twitter: @hrace009
- Github: @hrace009
- LinkedIn: @harris-yogasara
Copyright © 2022 Harris Marfel. Base Code From @tomirons