diff options
author | Carson Gross <carson@bigsky.software> | 2023-12-13 17:08:52 -0700 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2023-12-13 17:08:52 -0700 |
commit | ad871a9576ceec2ba1a9a41eb7f44a7cf824fb9f (patch) | |
tree | 0ebdc84e46171e9d16528b93eb9b75427de38054 /www/content/server-examples.md | |
parent | 69c053c13673263290f665fab18787d55a2219e7 (diff) | |
parent | f84b332d192c357e4786937df7e35babdbad4d51 (diff) | |
download | htmx-ad871a9576ceec2ba1a9a41eb7f44a7cf824fb9f.tar.gz htmx-ad871a9576ceec2ba1a9a41eb7f44a7cf824fb9f.zip |
Merge branch 'v2.0v2.0' into disable-inheritance
# Conflicts:
# src/htmx.js
Diffstat (limited to 'www/content/server-examples.md')
-rw-r--r-- | www/content/server-examples.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/content/server-examples.md b/www/content/server-examples.md index 21da2c3e..5f6b3f54 100644 --- a/www/content/server-examples.md +++ b/www/content/server-examples.md @@ -138,6 +138,15 @@ These examples may make it a bit easier to get started using htmx with your plat - <https://github.com/michalsn/codeigniter-htmx-demo> + +### Laravel + +- <https://spirofloropoulos.com/laravel-htmx-hard-mode-1.html> + +### Symfony + +- <https://github.com/tomcri/htmxfony> + ## Elixir ### Phoenix |