https://github.com/odan/slim4-htmx
A Slim 4 HTMX example project
https://github.com/odan/slim4-htmx
htmx htmx-app htmx-template php slim-framework
Last synced: about 1 month ago
JSON representation
A Slim 4 HTMX example project
- Host: GitHub
- URL: https://github.com/odan/slim4-htmx
- Owner: odan
- License: mit
- Created: 2023-09-12T17:56:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-15T20:40:04.000Z (over 1 year ago)
- Last Synced: 2023-12-16T15:56:38.594Z (over 1 year ago)
- Topics: htmx, htmx-app, htmx-template, php, slim-framework
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slim 4 HTMX
A simple [HTMX](https://htmx.org/) frontend application based on Slim 4 Framework.
## Requirements
* PHP 8.1+
## Installation
```bash
git clone https://github.com/odan/slim4-htmx.git --depth 1 slim4-htmx/
cd slim4-htmx/
composer update
```Start the app:
```
composer start
```Open:
## Screenshot

## License
The MIT License (MIT).