/laravel-htmx-todo

Demonstrating how to build a Todo app with Laravel and htmx

Primary LanguagePHP

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