Custom Order or Any New Project ?

img

Foodigo empowers you to explore a vast array of local restaurants, browse diverse food options, and place your online order with ease. Whether you're in the mood for a quick bite or a gourmet feast, our intuitive platform connects you to your favorite eateries. Enjoy seamless food delivery straight to your door, making every meal convenient and delightful.

Foodigo - Online Restaurant and Food Ordering Platfrom has the following features.


Key Features

  • Multi Restaurant Management
  • Admin Portal
  • Restaurant Portal
  • Deliveryman Portal
  • Order and Invoice Management
  • Pickup and Delivery Order Management
  • Deliveryman Management
  • User Management
  • Product Management
  • Category Management
  • Cuisine Management
  • Address Book Management
  • 8 International Payment Gateway
  • Multi Language
  • Multi Currency
  • Google Map Search
  • Social Media Login (Google, Facebook)
  • Newsletter with Email Verification
  • SEO Friendly Codes
  • SEO Setting
  • Google Analytics
  • Google reCaptcha
  • Blog Management
  • About Page, Contact Page Management
  • Terms and Conditions, Privacy Policy Management
  • Contact Message Management
  • Maintenance Mode
  • Email Setting
  • Email Template Setting
  • Cache Clear Option and More..
  • Database Clear Option for Fresh Installation
  • Eye-catching and Fully Responsive Design
  • User Friendly Codes and Easy to Navigate
  • Strong Security of Codes
  • Laravel 10 is used as PHP Framework
  • Bootstrap 5 is used in Design

Payment Methods

  • Paypal
  • Stripe
  • Razorpay
  • Flutterwave
  • Mollie
  • Paystack
  • Instamojo
  • Bank Payment

Admin Features

  • Restaurant Create/Edit/Delete Option
  • Deliveryman Create/Edit/Delete Option
  • Seller/Restaurant Withdraw Management
  • Deliveryman Withdraw Management
  • Order and Invoice Management
  • Order Assign to Deliveryman
  • Pickup and Delivery Order Management
  • Order Status Management
  • Product Create/Edit/Delete Option
  • Category Create/Edit/Delete Option
  • Add-on Create/Edit/Delete Option
  • Cuisine Create/Edit/Delete Option
  • City Create/Edit/Delete Option
  • Coupon Create/Edit/Delete Option
  • Promotional Campaign Management
  • Promotional Ads/Banner Management
  • Newsletter Management
  • Send Mail to Newsletter
  • Social Login Management
  • Blog Category Create/Edit/Delete Option
  • Blog Create/Edit/Delete Option
  • Blog Comment Management
  • Homepage Management
  • Section Management
  • About Page Management
  • Contact Page Management
  • Terms & Conditions Management
  • Privacy Policy Management
  • Contact Message Management
  • Website Setting
  • Logo & Favicon Change Option
  • Breadcrumb Image Change Option
  • Default Avatar Change Option
  • Multi Payment Gateway
  • Payment Gateway Credential Set Option
  • Multi Currency
  • Currency Rate Set Option
  • Multi Language
  • Localization Change Option
  • SEO Settings
  • Google Analytics Option
  • Facebook Pixel Option
  • Google Recaptcha Option
  • SMTP Mail Configuration
  • Email Template Setup
  • 100% Secure Admin Panel
  • Profile Information, Photo, Password Change Option
  • Maintenance Mode Management
  • Cookie Consent Management
  • Database Clear Option (Fresh Installation)
  • And More...

Restaurant Features

  • Order and Invoice Management
  • Pickup and Delivery Order Management
  • Order Status Management
  • Product Create/Edit/Delete Option
  • Add-on Create/Edit/Delete Option
  • Category List
  • Restaurant Earnings
  • Withdraw Payment
  • Profile Management
  • And more...

Delivery Man Features

  • Order and Invoice Management
  • Order Request Accept or Cancel
  • Delivery Status Management
  • Delivery Man Earnings
  • Withdraw Payment
  • Profile Management
  • And more...

User Features

  • 100% responsive design
  • Language switcher
  • Currency switcher
  • User registration system with email verification
  • User Login, forget and reset password option
  • Social media login(google, facebook)
  • Profile information, photo, password change option
  • Add to Cart Option
  • Address Book
  • Checkout Page
  • Order History
  • Review management
  • Wishlist management
  • And more...

You will need to make sure your local server need the following requirements:

  • Operating System: Windows, macOS, or Linux
  • Web Server: XAMPP or WampServer ( You need to have one of them installed in your local PC/Computer)
  • PHP: Version 8.2 or later
  • Database: MySQL, PostgreSQL, SQLite, or other supported by Laravel
  • Composer: PHP dependency manager
  • Node.js and npm: For managing frontend assets
  • Extensions: PHP extensions enabled - openssl, fil

Note: Make sure your local PC Fullfill all the REQUIREMENT or Installed in your computer.


Installing Laravel and Setting Up the Local Host

1. Download or clone your Laravel script from codecanyon on your local machine. The installation of this script is super easy. If you can install normal php based scripts on your local host, you can install our script. We will tell you how to install this script step by step on a localhost.

If you extract the zip file, you will see that there are total three folders.


The folder names are: sql, documentation and main_files. The "main_files" folder is the main laravel source codes. The "sql" folder contains the main database file "database.sql"

2. To create database on localhost go to your localhost phpmyadmin http://localhost/phpmyadmin/index.php and now click 'New'

Setup 1
Setup 2
Setup 3
Setup 4
Setup 5
Setup 6

3. After extracting the main zip go to the extract folder.

4. Inside the "mail_files" you can see 2folders (main_files, all_version). The "main_files" folder is the main laravel source codes. The "all_version" folder will be use for version update.

5. Now go to "xampp >> htdocs" and create new folder. Inside the folder paste your "main_files"(laravel source code) folder content.

6. Now open the .env file and update with your database credentials, app_name, app_url as needed.

7. Now open your web browser and visit the local URL to access your Laravel application (by default, http://localhost).

The installation of this script is super easy. If you can install normal php based scripts on your server, you can install our script. We will tell you how to install this script step by step on a server.

If you extract the zip file, you will see that there are total three folders.

The folder names are: sql, documentation and main_files. The "main_files >> main_files" folder is the main laravel source codes. The "sql" folder contains the main database file "database.sql"

Creating Database using Cpanel

1. Login to your hosting's cpanel using the login information. You will see an interface like this:

2. You will get a search section in the cpanel. Search there by writing the word "database". You will get some options. Click on "MySQL® Database Wizard" option.

3. Then in Step 1, you will have to create a database. In the text field, give your database name and click on next step.

4. Then in Step 2, you will have to create a database user. Give your username and passwords here. Then click on "Create User" button.

5. Now a permission page will come. Just check the tick mark on "ALL PRIVILEGES" and you will see all the options will be automatically checked.

6. Click on the "Next Step" button in the bottom.

7. Database and user creation step is done. Now go back to home and again search like before with the word "phpmyadmin". Click on the "phpMyAdmin" option.

8. Now the main phpmyadmin page will come. Click on the newly created database "websolu1_testdb" from the left side.

9. Click on the "Import" option from top and then select the file "database.sql" that is in the "sql" folder of the script.

10. Then click on the "Go" button from bottom.

11. After the task is successful, you will get a success message.

12. All task related to database is done.

Uploading Files using Cpanel

1. In the search field of your cpanel, write the word "file". You will get a "File Manager" option. Click on that option.

2. Search for the "public_html" and go into there.

3. Now go to the folders that you got after extracting the main zip and compress the folder "main_files" using any software like winrar.

4. The zip file will be like this.

5. In the cpanel's "public_html", upload this zip file.

6. You will get an interface like this.

7. Drag and drop the zip file here or just click on the "Select File" and select the file from your computer. You will see a progress of uploading file. Wait until it is finished.

8. After finishing the upload, you will see a green bar. It indicates that upload is successful.

9. Now close the upload window. In the public_html section, press on "Go" button to refresh the page. Then you will see the zip file in the right side.

10. Do right click on that file and select "Extract" option.

11. Press on "Extract Files" button.

12. It will take only a few minutes. After finish, you will get a window like this.

13. Just close this window. Then double click on the "main_files" folder and go into there.

14. Now click on the "Select All" from top section.

15. Click on the "Move" option.

16. Delete the "main_files" from the box. Only keep this "/public_html/". Then click on "Move Files".

17. Now, click on "Up One Level".

18. Right click on ".env" file and click on "Edit".

19. Now edit this file and put the database name, username and password you created previously here. Also put the app_url, app_name here. Then click on the "Save Changes" button.

Your task is done and you can use our script without any problem. :)

Before using and run this script, you must have to change the following information.
1. Open the .env file with a text editor and change the database settings
2. First, set up the APP_NAME, APP_URL, database name, database_username and password.

You will need to make sure your server meets the following requirements:

  • PHP >= 8.2
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

The default credentials of the script are:

Admin Login

Admin Dashboard
Email: [email protected]
Password: 1234

Restaurant Login

Restaurant Profile
Email: [email protected]
Password: 1234

Deliveryman Login

Deliveryman Profile
Email: [email protected]
Password: 1234

User Login

User Profile
Email: [email protected]
Password: 1234

Website General Setting can be set up from the admin panel. In this section admin can be change App Name, Deliveryman commisson, Restaurant commission, Delivery Charge, Timezone, Contact Message reciever mail etc. Go to "Setting >> General Setting". See:

Logo and favicon can be set up from the admin panel. Go to "Setting >> Logo and Favicon" from the sidebar. See:

Google Recaptcha can be set up from the admin panel. Go to "Setting >> Google Recaptcha" from the sidebar. See:

To get your recaptcha keys, go to this link:
https://www.google.com/recaptcha/admin/create
Select version 2.

Add your website's domain name or subdomain name here and after submit you will get a site key and secret key.

Google Analytic can be set up from the admin panel. Go to "Setting >> Google Analytic" from sidebar. See:

Facebook Pixel can be set up from the admin panel. Go to "Setting >> Facebook Pixel" from sidebar. See:

If admin want to use the software from scratch, he can click here to reset the database. He do not need to remove the existing data one by one. Go to "Setting >> Database Clear" from sidebar. See:

SMTP Email can be set up from the admin panel. Go to "Emai Configuration >> Configuration". See:

Email template can be set up from the admin panel. Go to "Emai Configuration >> Email template". See:

Payment Method can be set up from the admin panel. Go to "Payment Method" from sidebar. See:

To get your stripe keyword, go to https://dashboard.stripe.com/test/developers
To get your paypal client id and secret id, goto https://developer.paypal.com/developer/accounts and create a new app and show app details See:

To get your razorpay credentails, goto https://razorpay.com/

To get your flutterwave credentails, goto https://dashboard.flutterwave.com/

To get your mollie key, go to https://www.mollie.com/
To get your paystack credentails, goto https://dashboard.paystack.com

To get your instamojo credentails, goto https://www.instamojo.com/

In our system, we offer an unlimited multi-language feature. The administrator has the ability to create an unlimited number of languages and can translate everything word by word. When the administrator creates something new, we store all the information as the default language in the database. Simultaneously, we also assign similar content for other languages during the creation of something new. On the edit page, the administrator can translate the content language-wise. For create a new language go to "Language >> Language" from sidebar. See:

Admin can also change theme and validation(localization) language from here. "Language >> Theme Language"
The administrator can translate any type of content by selecting the language option on the top bar of each section. See :

Admin can be added unlimited currency with currency rate. he also able to add default currency. To create new currency go to "Multi Currency". see :

Admin can be create unlimited blog from this section. He also will be able to manage blog category, comment from this section. Go to "Manage Blog >> Blog List". See:

About page information can setup from this section. Go to "Manage Pages >> About Page" See:

Contact page information can setup from this section. Go to "Manage Pages >> Contact Page" See:

Terms & Condtions page information can setup from this section. Go to "Manage Pages >> Terms & Condtions" See:

Privacy Policy page information can setup from this section. Go to "Manage Pages >> Privacy Policy" See:

Newsletter email can be manage from the admin panel. Go to "Newsletter >> Suscriber List".See:

SEO setting can be setup from the admin panel. Go to "SEO setup" from sidebar. See:

Admin can change personal information and password from topbar. See:

If you need any help from us, you can contact via our support email:
[email protected]

Our support will reply within 24-48 hours.

After download the script from codecanyon you can get a zip file. After unzip the file you can total 3 folders. In the 'main_files' folder you can see 2 folder. In the 'main_files' folder there are main laravel script exist. Inside the 'all version' folder you can see version list. See:

For update any version go to the version folder and you can see a "update.zip" file. See:

Now goto your server and root project directory. Create e new folder, the name of folder is "update". See:

Inside the 'update' folder you need to upload the "update.zip" file. See:

Now extract the zip file. See:

Now go to your "http://your_domain.com/update". See:

In this page you need to click the update button step by step. After successfully update you can visit your site and enjoy latest version See:

Version 1.0

                            Initial Release
                        

Demo

The default credentials of the script are:

Admin Login

Admin Dashboard
Email: [email protected]
Password: 1234

Restaurant Login

Restaurant Profile
Email: [email protected]
Password: 1234

Deliveryman Login

Deliveryman Profile
Email: [email protected]
Password: 1234

User Login

User Profile
Email: [email protected]
Password: 1234