You can get the package from : https://codecanyon.net/item/foodie-ub...
Setup Foodie Website 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_website.zip for install Foodie Website
Step 4 = Upload My SQL foodie_website_database.sql to Database.
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 had configure Database Credentials Database,Username,Password in .env
Also we have to setup Google Map Place API Key:
We can get from URL: https://developers.google.com/maps/do...
We have to enter in GOOGLE_MAP_PLACE_API=
We are using GOOGLE_MAP_PLACE_API for Get Location using search bar.
Also we have to configure Mail for CONTACT US page.
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=gmail address like [email protected]
MAIL_PASSWORD=gmail_account_password
MAIL_ENCRYPTION=null
Only two thing you have to update username and passowrd.
We have to open command prompt on project folder
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 firebase database
You can check how to import DEMO content on next steps video
URL: • Foodie - Firestore Database Collectio...