Working on the default app structure.
Showing
CONTRIBUTING.md
deleted
100644 → 0
File moved
... | @@ -4,18 +4,22 @@ | ... | @@ -4,18 +4,22 @@ |
"keywords": ["framework", "laravel"], | "keywords": ["framework", "laravel"], | ||
"license": "MIT", | "license": "MIT", | ||
"require": { | "require": { | ||
"laravel/framework": "4.3.*" | "laravel/framework": "4.3.*", | ||
"phpunit/phpunit": "~4.0" | |||
}, | }, | ||
"autoload": { | "autoload": { | ||
"classmap": [ | "classmap": [ | ||
"app/console", | "app/Console", | ||
"app/database", | "app/Http/Controllers", | ||
"app/http", | "database", | ||
"app/tests/TestCase.php" | "app/Http/Filters", | ||
"app/Providers", | |||
"app/Http/Requests", | |||
"tests/TestCase.php" | |||
], | ], | ||
"psr-4": { | "psr-4": { | ||
"App\\": "app/core/", | "App\\": "app/Core/", | ||
"Providers\\": "app/providers/" | "Providers\\": "app/Providers/" | ||
} | } | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | ... |
File moved
Please register or sign in to comment