You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.