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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10236ab · Oct 7, 2023

History

13 Commits
Oct 3, 2023
Dec 19, 2022
Dec 19, 2022
Oct 3, 2023
Dec 19, 2022
Dec 19, 2022
Oct 7, 2023
Oct 3, 2023
Dec 19, 2022
Dec 19, 2022
Dec 19, 2022
Oct 7, 2023
Dec 19, 2022
Dec 19, 2022
Oct 7, 2023
Dec 19, 2022
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023
Dec 19, 2022
Oct 3, 2023

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