Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jhayann/simple-php
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed Jul 18, 2019
2 parents efb3243 + e95cc5b commit 3b7f781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ You need a mysql server if your app need to communicate with database. I recomme
Configuraion file is located at: App/Config/global.php
```md
-
|-App
|-app
'-|Config
'-|global.php
```
## Directory Structure:
```md
The root directory:
|-App
|-app
The App directory:
'-|Config
'-|Controllers
Expand All @@ -66,7 +66,7 @@ The root directory:
'-|Views
|-database
|-public
|-Simply
|-simply
|-vendor
```
**The App directory:**
Expand All @@ -80,7 +80,7 @@ The root directory:
- **App:** Most of your application logic is here. Eg.Controllers, Models & Views.
- **database:** put your sql files here.
- **public:** The _public_ DIR contains the index.php as the central entry point and front controller of the framework.
- **Simply:** Contains logs and cache of your application.
- **simply:** Contains logs and cache of your application. This is generated when needed
- **vendor:** Contains all your composer dependencies.

# The Basics
Expand Down

0 comments on commit 3b7f781

Please sign in to comment.