Skip to content
Tibor Bödecs edited this page Jan 8, 2021 · 5 revisions

Feather CMS template files are missing, where are they?

First of all you have to set a custom working directory before you run your project, otherwise you won't be able to access some files.

Feather CMS can load templates from two locations:

Templates are bundled within the modules by default, but the Resources folder will be automatically created and all the necessary templates will be copied under the Templates sub-directory when you run Feather the first time.

Required environment variables are missing, what's going on?

You might have forgotten to actually create the dotenv file inside your project / working directory.

To quickly create a .env.development file you can run the make env command inside your project folder.

⚠️ You always have to setup the BASE_URL and BASE_PATH variables for your environment.

Clone this wiki locally