-
Notifications
You must be signed in to change notification settings - Fork 55
FAQ
Tibor Bödecs edited this page Jan 8, 2021
·
5 revisions
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:
- from the Swift package resources bundle
- from the Resources/Templates directory
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.
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.
BASE_URL
and BASE_PATH
variables for your environment.