/symfony-htmx-demo

Small Symfony project with HTMX and AssetMapper

Primary LanguagePHP

Starting the project

Requirements

  • Symfony CLI
  • Docker

Installation

  • Clone the repository
$ composer install
$ php bin/console tailwind:build
  • Edit your .env and your docker-compose.yaml files to add your database credentials

Run the project

$ docker compose up
$ symfony server:start
  • 🌐: https://127.0.0.1:8000