๐Ÿ“‚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