LERN not auto-discovered in Laravel 5.5
sroutier opened this issue · 3 comments
sroutier commented
Hello,
Anybody else having trouble getting LERN to get auto-discovered?
Here is the output of the require command from a fresh Laravel 5.5.19
$ composer require tylercd100/lern
Using version ^4.2 for tylercd100/lern
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 4 installs, 0 updates, 0 removals
- Installing tylercd100/monolog-sms (1.3.0): Loading from cache
- Installing tylercd100/monolog-mailgun (2.0.0): Loading from cache
- Installing tylercd100/laravel-notify (2.1.0): Loading from cache
- Installing tylercd100/lern (4.2.0): Loading from cache
tylercd100/laravel-notify suggests installing sentry/sentry (Required to use the Raven driver for Sentry (~1.7).)
Writing lock file
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
Discovered Package: fideloper/proxy
Discovered Package: laravel/tinker
Package manifest generated successfully.
$
tylercd100 commented
I see the problem, I will patch it super quick!
tylercd100 commented
@sroutier let me know if that worked for you
sroutier commented
Works. Thank you.
/s