tylercd100 / lern

LERN is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.
MIT License
441 stars 37 forks source link

LERN not auto-discovered in Laravel 5.5 #52

Closed sroutier closed 6 years ago

sroutier commented 6 years ago

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 6 years ago

I see the problem, I will patch it super quick!

tylercd100 commented 6 years ago

@sroutier let me know if that worked for you

sroutier commented 6 years ago

Works. Thank you. /s