Skip to content

SQL Buddy v2.0: Structure

Gilbert Pellegrom edited this page May 6, 2016 · 1 revision
Location Description
/assets Where public assets (CSS/JS etc.) should live
/bootstrap Configuration files for the app. The only thing you should need to edit in here is routes.php.
/resources Any "non-assets" used by the app (e.g. blade templates, SCSS etc.)
/src Main app code. The is the SQLBuddy namespace. Controllers live in here.
/storage Self explanatory
/tests PHPUnit tests
Clone this wiki locally