Website User Panel

10. Website Panel Setup

10.1. Once you’ve downloaded the code, upload the web panel zip file to your server and extract it. You can install the web panel on your main domain.

10.2. Now you’ll need to configure the .env file with your Database host, Database name, Database username, Database password, and your Firebase project credentials.

10.3. Run the following command one by one.

composer install
php artisan key: generate
php artisan migrate:fresh --seed

10.4. Now the website panel is ready to run.