FoodHub - complete food ordering master by Laravel

FoodHub is a source code for creating a restaurant website developed using the Laravel framework with features such as:

  • Home page: Restaurant information, menu, online ordering, contact.
  • Admin page: Managing categories of restaurants (brand, address, description, working hours, etc.), order management, customer information. Setting up system information.








* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file amthuc.sql database;
  • Open file env.php (in root directory) to configuration database connection:

DB_DATABASE=foodhub

DB_USERNAME=root

DB_PASSWORD=mysql

  • Use the serve artisan command:

php artisan serve

  • Default login account: admin@admin.com / admin


Previous Post Next Post