Sulu is a highly extensible open-source PHP content management system based on the Symfony framework. Sulu is developed to deliver robust multi-lingual and multi-portal websites while providing an intuitive and extensible administration interface to manage the full content lifecycle.
This repository provides the recommended project template for starting a new icapps PHP project based on the Sulu content management system. The project template follows the best-practices of the Symfony framework and builds upon tho official symfony/skeleton template. In addition, it requires and configures the Sulu content management system core framework sulu/sulu.
This project is set-up using Symfony Local Webserver:
docker-compose up -d --build
symfony proxy:start
symfony server:start --dir=symfonyFor initial set-up, run:
bin/adminconsole sulu:build dev --destroyFor further questions, ask the icapps PHP team.
This project requires a PHP version higher or equal to 7.2 and is compatible with every Symfony version starting from 4.3.
Symfony + Sulu is released under the under terms of the MIT License.