Admin Panel Configration
Make a folder on your hosting "TakeTok" (you can write what ever you want).

Upload admin-panel file in "TakeTok" folder and unzip this file.

Create subdomain for admin panel

Create Database in mysql databases in cPanel

Create a new user for database

Assign that user to database


Import Database (.sql) file in php my admin

Edit the file "config/database.php" and update the Database information that you setup above

Add Cloud Messaging Server Key into admin panel
Copy server key from firebase

server key paste on public_html/TakeTok(admin file folder)/app/Http/Controllers/Api/NotificationController.php

Go to -- http://www.your_subdomain.com/login
Default
email - admin@gmail.com
password - 12345678
Last updated
Was this helpful?