Laravel boilerplate repository to create simple demo-projects. It allows to quickly add new routes/pages, and has examples of a table page, and a form page.
It uses the Starter Kit Laravel Breeze based on Tailwind framework.
git clone
.env.example
file to .env
and edit database credentials therecomposer install
php artisan key:generate
php artisan migrate --seed
(it has some seeded data for your testing)