Table of contents
The admin panel is built using Laravel which is a modern framework for PHP
The admin panel repository contains the code for dashboard and APIs
cp .env.example .env file to copy example file to .envThen edit your .env file with DB credentials and other settingscomposer install commandphp artisan migrate --seed command. Notice: seed is important, because it will create the first admin user for youphp artisan key:generate commandAnd that's it, go to your domain and login using the default credentials:
Email: [email protected]
Password: password
Google Cloud Platform project and create a new credentials with type Service accountKEYs tab add a new key with type JSON