Skip to content

Commit

Permalink
Update app structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Feb 16, 2021
1 parent f069aed commit ab8c9ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tutorial_application/application_structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@ A more expanded version of an Pop application structure may look like this:
- config/

- forms/ `(Form and form field configurations)`
- resources/ `(ACL resources and permissions)`
- routes/ `(Route configurations)`

- web.php
- cli.php
- http.php
- console.php

- app.web.php
- app.cli.php
- app.http.php
- app.console.php

- src/ `(Main application source files)`

Expand All @@ -58,7 +57,7 @@ A more expanded version of an Pop application structure may look like this:

- migrations/
- seeds/
- app.sql
- app.sql

* logs/ `(Web server log files)`
* public/ `(Web server document root)`
Expand Down

0 comments on commit ab8c9ba

Please sign in to comment.