You can get the package from : https://codecanyon.net/item/foodie-ub...
Setup Foodie Restaurant Laravel + Firebase in Local Server
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_restaurant.zip for install Restaurant Penal
Step 4 = Upload My SQL foodie_restaurant_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 Collection Imp...