contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

[RFC] Documented the installation process for Symfony Flex #1632

Closed sheeep closed 6 years ago

sheeep commented 6 years ago

This is an overhaul of the installation process documentation in the README.md file. There is a few things this documentation relies on:

If you try this with a bare bone Symfony (composer create-project symfony/website-skeleton) you will run run into an error, as the json_manifest_file does not yet exist.

Be sure to disable the manifest file in config/assets.yaml, as you won't be able to run yarn run encore dev without adding at least one asset file. But you'd need the manifest file in order to run the asset() calls in the error template of Contao.

I'm pretty sure this edge case is out of scope of this documentation, that's why I left it out.

leofeyer commented 6 years ago

Thank you @sheeep.