There is simple CRUD app built in laravel 8. There are users, but mainly categories and items.
You will find respective Models, Controllers, views.
There are several options to build the app on your local machine.
There are several options to build.
-
Laravel sail
I built on Windows Home 10 with WSL2 and docker, using laravel sail -
XAMP
XAMP option is available as well. -
Migrate and seed.
-
open http://localhost or as you built. There are items and categories CRUD.
You can attach category to item.