cmf-sandbox
cmf-sandbox copied to clipboard
Base project for trying CMF components integration
To have common tasks for a web in one place it would be nice to have `make file`. We can use the one of symfony described in here: http://fabien.potencier.org/symfony4-best-practices.html but...
As described in http://fabien.potencier.org/symfony4-best-practices.html we should use one web controller only. blocked by #385
The user can chose the interface language with the little flag icons in the user block. This does *not* change which language you currently edit content in. The content language...
This PR implement the site map and error handling of seo-bundle. It removes the `SandboxExceptionListener` and shows a nice error page. The sitmap can be found under the SEO stuff.
Homestead supports Symfony applications. It would be very simple to get the CMF running using homestead. Should we remove the vagrant integration from this repository and instead write a small...
in #317 we removed createjs to avoid the integration troubles we currently have. we should work on things to be able to add it back in.
https://github.com/nelmio/alice related to https://github.com/symfony-cmf/SimpleCmsBundle/pull/55
When spinning up the VM with Vagrant I receive the following warning: There were warnings and/or errors while loading your Vagrantfile for the machine 'default'. Your Vagrantfile was written for...
this is a continuation of the work done in #120 i just added a command to list workspaces (requires updating phpcr-utils and the PHPCR bundle): `app/console doctrine:phpcr:workspace:list` so if someone...