Simple Products and Nested Categories CRUD for testing. But can be used in other projects.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step series of examples that tell you how to get a development env running
Clone repository
git clone repository
Install composer dependencies
composer install
Configure your .env
edit .env file
Migrate database
php artisan migrate
Seed demo data
php artisan db:seed
Generate storage link:
php artisan storage:link