Working on overall app structure.

This commit is contained in:
Taylor Otwell
2014-07-31 15:13:50 -05:00
parent a5001352e6
commit 0e0fd73b43
15 changed files with 226 additions and 113 deletions

View File

@@ -8,11 +8,11 @@
},
"autoload": {
"classmap": [
"app/console",
"app/commands",
"app/controllers",
"app/models",
"app/database/migrations",
"app/database/seeds",
"app/src",
"app/tests/TestCase.php"
]
},