- Clone the package on your local machine.
- Make new database called
resto_app
. - Import the data from the folder database scripts.
- Run
Composer update
and make sure you have the set the required php version. - Configure the database connection from the
.env
file. - Finally run this command in the terminal
php artisan serve
.
Note: No need to use php artisan migrate
since all the tables are created by database script.