Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 361 Bytes

File metadata and controls

25 lines (16 loc) · 361 Bytes

CutCode Shop

Study project based on the CutCode course: Studying advanced Laravel techniques

Installation

Install composer dependencies:

composer install

Install npm dependencies:

npm install

Run the application installation command:

php artisan shop:install

Deployment