Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 449 Bytes

Dullahan Symfony Bundle

Headless CMS bundle created on top of Symfony 7.0.

Installation

You can start new Symfony 7.0 + Dullahan with Dullahan Project.

Independent installation

composer require mortimer333/dullahan

Adding new subbundle:

  • remove .lock from master repo (which requests this bundle via composer)
  • composer clear-cache && composer dump && composer install