Make use of autoload-dev
@@ -12,13 +12,17 @@
},
"autoload": {
"classmap": [
- "resources/database",
- "tests/TestCase.php"
+ "database"
],
"psr-4": {
"App\\": "app/"
}
+ "autoload-dev": {
+ "classmap": [
+ "tests/TestCase.php"
+ ]
+ },
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",