There was an error while loading. Please reload this page.
#Generic project structure
Default project structure:
/contrib/
/tests/
/app/
/www/
/src/
/vendor/
.gitignore
.travis.yml
phpunit.php
phpunit.xml
composer.json
##Web server folder /www/ This is the main path which will be accessible by your web-server, in should follow this structure:
app
img
css
js
.htaccess
index.php
favico.ico
###Application folder /app/ This folder is generic application path for creating simple web-applications and has following structure:
controller
model
view
If you want to quickly create SamsonPHP project with latest structure you can use SamsonPHP/Application template, it the point to start