Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 288 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 288 Bytes

Infinite Form Demo (6.4)

A project to demonstrate the Infinite Form bundle under Symfony 7.1.

Installation

  • composer install
  • copy .env to .env.local and set up a database connection
  • bin/console d:s:u -f --complete
  • yarn install
  • yarn run encore dev