Skip to content

Commit

Permalink
Revert "Laravel Plug and Play"
Browse files Browse the repository at this point in the history
This reverts commit 6c1b81f.
  • Loading branch information
edersoares committed Nov 24, 2020
1 parent 5545be5 commit 32e7b7d
Show file tree
Hide file tree
Showing 5 changed files with 652 additions and 190 deletions.
11 changes: 0 additions & 11 deletions app/Extensions/Application.php

This file was deleted.

2 changes: 1 addition & 1 deletion bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
|
*/

$app = new App\Extensions\Application(
$app = new Illuminate\Foundation\Application(
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
);

Expand Down
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"composer/semver": "^1.4",
"cossou/jasperphp": "^2.7",
"doctrine/dbal": "^2.9",
"edersoares/laravel-plug-and-play": "^1.1",
"fideloper/proxy": "^4.0",
"google/recaptcha": "^1.2",
"guzzlehttp/guzzle": "^6.3",
Expand Down Expand Up @@ -92,11 +91,6 @@
"laravel/telescope",
"barryvdh/laravel-debugbar"
]
},
"merge-plugin": {
"include": [
"packages/*/*/composer.json"
]
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 32e7b7d

Please sign in to comment.