-
run composer update
-
Create. env file as per your DB details
-
php artisan migrate: status
-
php artisan migrate --force
-
New Tables is added in Db our table is products table
-
Then run PHP artisan serve
It will start your server and run URl then you are able to see page "Item Management Page"