Skip to content

Instantly share code, notes, and snippets.

@sarvsav
Created September 25, 2015 18:50
Show Gist options
  • Save sarvsav/c2ba697a0919bb1c07d1 to your computer and use it in GitHub Desktop.
Save sarvsav/c2ba697a0919bb1c07d1 to your computer and use it in GitHub Desktop.
PHP project directory structure, recommend by zend
<project_name>/
application/
configs/
application.ini
controllers/
helpers/
forms/
layouts/
filters/
helpers/
scripts/
models/
modules/
services/
views/
filters/
helpers/
scripts/
Bootstrap.php
data/
cache/
indexes/
locales/
logs/
sessions/
uploads/
docs/
library/
public/
css/
images/
js/
lib/
.htaccess
index.php
scripts/
jobs/
build/
temp/
tests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment