Skip to content

Demonstrating how to build a Todo app with Laravel and htmx

Notifications You must be signed in to change notification settings

madewithlove/laravel-htmx-todo

Repository files navigation

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

About

Demonstrating how to build a Todo app with Laravel and htmx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages