Display products from https://www.packtpub.com/
git clone https://github.com/jatin-kaklotar/ebbok.git
Once clone the repository then run composer install command inside project root directory
composer install
create .env file from .env.example file and generate APP_KEY
cp .env.example .env
php artisan key:generate
Now run the project