The POGORaids is a project made to help the users of the famous mobile game Pokemon GO, it will help them coordinate also communicate faster and with ease, their raid battles.
The project is being developed with PHP Framework Laravel and for the front end Vue.js JavaScript Framework is used.
Use Laradock to run the project, place it inside the project.
/POGORaidsWebsite/laradock-aEdit the .env file of Laradock to your liking. *(Note: Development versions PHP 7.3, ) Run docker command.
docker-compose up -d nginx mysql phpmyadmin redis workspace
Use the migration to install the database.
php artisan migrate
Use yarn for JavaScript and SCSS to compile.
yarn dev
*And don't forget to configure your .env file.
If you want to change something to the front end, JavaScript or SCSS use:
yarn watch
Our tasks for the project can be found here.
A live demo is set on my private server with limited access. (Note: demo might be some versions behind.)
You can find the Live Demo here.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.