Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 390 Bytes

Todo list using Laravel and htmx

The purpose of this repository is to demonstrate how you could wire htmx and Laravel together to create a Single Page Application.

Running the app

You can run the todo app locally and play around with it using the instructions below.

composer install
npm install
php artisan key:generate
php artisan migrate:fresh --seed
php artisan serve