This readme.md file is a template that you must fill out as you embark on a new project, or upgrade an old Craft CMS setup.
See also the docs/ folder for useful guides including:
- Getting started.
- Activating livereload in development.
- Handling assets across environments.
- Testing email locally.
- Upgrading legacy stuff.
- Explain
- In
- Simple terms how to get started developing.
- How and where
- is
- this project deployed?
- What should future developers be aware about when developing on this rig?
- Where are the assets hosted? AWS S3, local filesystem, somwhere else?
We've included some plugins that we use in a lot of projects. Most of them are free. Ask Torgeir or Anna if some is unclear.
- Redactor - Adds Redactor WYSIWIG editor field, see config files in config/redactor
- Seomatic - Paid plugin, but really worth it.
- Linkfield - Adds link field type to Craft.
We are using the .env-file to store license keys and other variables that Craft uses. You'll find examples in here. Most of these are used in the config file.
When installing a new plugin add the license key to the .env-file (and update the .env.example-file), and follow the naming convention (PLUGIN_<PLUGIN_HANDLE>_LICENSE)