packagist aaronfrancis/solo v0.2.0

latest releases: dev-main, v0.2.1
4 days ago

Fixed several issues in the release.

  • Terminating commands is now more foolproof. A monitoring process is spun up in the background to ensure everything gets killed properly.
  • The SoloServiceProvider can be put anywhere in your app namespace and still be allowed to register commands.
  • Fixed a few composer issues.

Breaking

  • SoloApplicationServiceProvider no longer exists. You can just extend Laravel's ServiceProvider. See this commit for details.

What's Changed

  • feat: show an error and terminate if there are no commands defined by @eleftrik in #12
  • made the most important command copyable by @kachelle in #17
  • Update Chewie Dependency by @IronSinew in #21
  • fix: enable laravel 10 compatibility by @jordanhavard in #24
  • feat: allow non-standard namespace for SoloServiceProvider by @eleftrik in #14

New Contributors

Full Changelog: v0.1.2...v0.2.0

Don't miss a new solo release

NewReleases is sending notifications on new releases.