Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Revert "Implement package auto discoverability by Laravel 5.5"
Browse files Browse the repository at this point in the history
This reverts commit 64f61d4.
  • Loading branch information
mzur committed Apr 20, 2018
1 parent 8a7f30d commit 290a1eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ Add the following to the repositories array of your `composer.json`:
```

1. Run `php composer.phar require biigle/volumes`.
2. Run `php artisan vendor:publish --tag=public` to refresh the public assets of this package. Do this for every update of the package.
2. Add `'Biigle\Modules\Volumes\VolumesServiceProvider'` to the `providers` array in `config/app.php`.
3. Run `php artisan volumes:publish` to refresh the public assets of this package. Do this for every update of the package.
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"biigle/projects": "~1.4",
"biigle/label-trees": "~1.3"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"Biigle\\Modules\\Volumes\\": "src"
Expand All @@ -13,12 +15,5 @@
"fix": [
"php-cs-fixer --config-file='.php_cs' fix"
]
},
"extra": {
"laravel": {
"providers": [
"Biigle\\Modules\\Volumes\\VolumesServiceProvider"
],
}
}
}

0 comments on commit 290a1eb

Please sign in to comment.