Working on new directory structure.
Showing
... | @@ -4,17 +4,18 @@ | ... | @@ -4,17 +4,18 @@ |
"keywords": ["framework", "laravel"], | "keywords": ["framework", "laravel"], | ||
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"laravel/framework": "4.3.*" | "laravel/framework": "4.3.*", | ||
"andrewsville/php-token-reflection": "~1.4" | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"classmap": [ | "classmap": [ | ||
"app/commands", | "app/database", | ||
"app/controllers", | |||
"app/database/migrations", | |||
"app/database/seeds", | |||
"app/src", | "app/src", | ||
"app/tests/TestCase.php" | "app/tests/TestCase.php" | ||
] | ], | ||
"psr-4": { | |||
"App\\": "app/src/App/" | |||
} | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"post-install-cmd": [ | "post-install-cmd": [ | ||
... | ... |
Please register or sign in to comment