๐Folder Structure
I have tried to follow the standards and modular structure while developing the theme. Let's take a look at the package structure:
โโโ ๐LightAble
โโโ ๐Admin
โโโ ๐assets // includes all scss, fonts, images, lang, js files for the development.
| โโโ ๐css
| โโโ ๐fonts
| โโโ ๐images
| โโโ ๐js
| โโโ ๐json
โโโ ๐application // Includes all application files
โโโ ๐chart // Includes all chart files
โโโ ๐dashboard // Includes all dashboard files
โโโ ๐demo // Includes all demo files
โโโ ๐elements // Includes all commen files
โโโ ๐forms // Includes all commen files
โโโ ๐layouts // Includes all commen files
โโโ ๐otherp // Includes all commen files
โโโ ๐pages // Includes all commen files
โโโ ๐scssphp // Includes all commen files
โโโ ๐table // Includes all commen files
โโโ ๐vendor // Includes all commen files
โโโ ๐widget // Includes all commen files
โโโ ๐index.php
โโโ ๐index-2.php
โโโ ๐index-2-old.php
Last updated