FOODIE - Setup Foodie Admin Panel + Firebase Database

Опубликовано: 21 Октябрь 2024
на канале: Siddhi InfoSoft
4,564
3

Setup Foodie Admin Laravel + Firebase in Local Server
You can get the package from : https://codecanyon.net/item/foodie-ub...

Step 1 = Install WAMP / XAMP in your PC
XAMP:https://www.apachefriends.org/downloa...
WAMP:https://www.wampserver.com/en/
We have to Enable PHP 8

Step 2 = Extract Source Code of Web Website - Admin Panel - Restaurant Panel.zip

Step 3 = Extract foodie_admin.zip for install Admin Penal

Step 4 = Upload My SQL foodie_admin_database.sql Database in phpmyadmin

Step 5 = Configure .ENV file with mysql database and firebase database configuration
For Firebase Configuration Go to console.firebase.google
URL: https://console.firebase.google.com/u/0/
Select Your Project
All Details you can find on your project settings.
For FIREBASE_KEY -- Project Settings -- Cloud Messaging
Copy Server key
We have to configure Database Credentials Database,Username,Password in .env

Step 6 = run command on project folder command php artisan serve
php artisan serve
Project will run on bellow URL
http://127.0.0.1:8000
We have already imported DEMO content on firbase database
You can check how to import DEMO content on next steps video
URL:    • Foodie - Firestore Database Collectio...