cjsampson / tandc

T and C Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application Structure

├── app                                     # Main laravel folder
|      Http                                 # Contains the functionality of the website
|       ├── Controllers                     # Holds the controllers
|       ├── Models                          # Holds the models
|       ├── Reposotories                    # Holds the database logic
|       └── Services                        # Holds the services
├── bootstrap                   
├── config             
├── database  
├── public                                  # Where the sites styles, fonts, images, js are located
|      ├── css                              # Where the sites css are located
|      └── js                               # Where the sites js are located
├── resources                               # Default storage for all pulled in files
|     └──views                              # Where the sites html files are located
├── routes                                   
|     └── web.php                           # How the sites url is formated
├── storage 
└── tests


About

T and C Application


Languages

Language:PHP 50.3%Language:JavaScript 41.1%Language:HTML 6.7%Language:CSS 1.8%Language:Vue 0.1%Language:ApacheConf 0.0%