search

Home  >  Q&A  >  body text

Laravel reports an error when uninstalling a package

Laravel 5.3 reports an error when uninstalling a package:


what happened?

黄舟黄舟2750 days ago409

reply all(1)I'll reply

  • 为情所困

    为情所困2017-05-16 16:52:16

    Please check the error message carefully before asking any questions.

    This error is not reported when composer uninstalls the package, but is caused by executing this command after the uninstallation is completed (defined in composer.json)php artisan optimize

    The reason for the error is that you changed

    . nauxsendcloud 这个包移除了,然而仍在 config/app.php 中声明了这个包所提供的 ServiceContainer

    reply
    0
  • Cancelreply