Directory Structure

When you download a fresh copy of IgnitedCMS, your project will resemble a vanilla Laravel 10 app.


At first glance the sheer number of files and folder can seem daunting, but don't worry, there is only one real place where you will be spending most of your time inside. The template directory which is under:

resources > views > custom

and possibly the assets folder (this will be where you load your css configuration files or javascript files)

public > custom

During a fresh Laravel install, the resources directory will contain css, js and views. You can delete the css and js folder if you don't need this.