Working on new directory structure.

This commit is contained in:
Taylor Otwell
2014-08-11 10:13:20 -05:00
parent 8aa4a0a6dc
commit 6070d93c4a
25 changed files with 225 additions and 220 deletions

View File

@@ -4,17 +4,18 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"laravel/framework": "4.3.*"
"laravel/framework": "4.3.*",
"andrewsville/php-token-reflection": "~1.4"
},
"autoload": {
"classmap": [
"app/commands",
"app/controllers",
"app/database/migrations",
"app/database/seeds",
"app/database",
"app/src",
"app/tests/TestCase.php"
]
],
"psr-4": {
"App\\": "app/src/App/"
}
},
"scripts": {
"post-install-cmd": [