Merge branch 'master' of https://github.com/viralsolani/laravel-adminpanel
Showing
| ... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "barryvdh/laravel-debugbar": "^3.0", | "barryvdh/laravel-debugbar": "^3.0", | ||
| "bvipul/generator": "v0.9.1", | "bvipul/generator": "^0.9.1", | ||
| "filp/whoops": "~2.0", | "filp/whoops": "~2.0", | ||
| "fzaninotto/faker": "~1.4", | "fzaninotto/faker": "~1.4", | ||
| "mockery/mockery": "0.9.*", | "mockery/mockery": "0.9.*", | ||
| ... | @@ -37,7 +37,8 @@ | ... | @@ -37,7 +37,8 @@ |
| "autoload": { | "autoload": { | ||
| "classmap": [ | "classmap": [ | ||
| "database/seeds", | "database/seeds", | ||
| "database/factories" | "database/factories", | ||
| "database" | |||
| ], | ], | ||
| "psr-4": { | "psr-4": { | ||
| "App\\": "app/" | "App\\": "app/" | ||
| ... | @@ -51,8 +52,7 @@ | ... | @@ -51,8 +52,7 @@ |
| "Tests\\": "tests/" | "Tests\\": "tests/" | ||
| }, | }, | ||
| "classmap": [ | "classmap": [ | ||
| "tests/TestCase.php", | "tests/TestCase.php" | ||
| "tests/BrowserKitTestCase.php" | |||
| ] | ] | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| ... | ... |
This diff is collapsed.
routes/Backend/Menu.php
0 → 100644
Please register or sign in to comment