Laravel, PHP, Restaurant Menu

Restaurant Menu Scanner Project in Laravel – part 1

Step 1: Composer Install

Search on google “composer install” and visit first link.

here you find a composer-Setup.exe file where you click once composer download started.

Step 2: Create laravel project

when successfully install composer you need run below command inside htdocs folder

composer create-project laravel/laravel menu

Step 3: Create database

go to php my admin and create database “menu”.

Step 4: Migrate database

when create database done after migrate database using below command

php artisan migrate

Step 5: Download panel html design

Download link click on download link and download admin panel html template

Leave a Reply

Your email address will not be published. Required fields are marked *