Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@butschster butschster released this 22 Nov 12:46
· 1 commit to master since this release
9df217f

We are excited to announce the release of version 3.0.0, which brings full support for Spiral Framework versions 3.10 and above. This update introduces a significant enhancement in the way you can integrate and manage bootloaders in your Spiral applications.

Simplified Bootloader Integration

With this new release, integrating the package into your application has never been easier. We have introduced the Spiral\Discoverer\DiscovererBootloader, a simple bootloader that streamlines the process.

How to Use the bootloader

To take advantage of this new feature, all you need to do is register the Spiral\Discoverer\DiscovererBootloader in the `SYSTEM section of your application kernel. Here's a quick guide on how to do it:

protected const SYSTEM= [
    // ...
    Spiral\Discoverer\DiscovererBootloader::class,
];

That's it. Now when you install composer packages that are compatible with our discoverer, the necessary bootloaders are automatically identified and integrated into your application. This feature significantly reduces the manual effort and complexity traditionally associated with managing bootloaders.

What's Changed

New Contributors

Full Changelog: 2.0.1...3.0.0


We are always looking to improve and we value your feedback. If you encounter any issues or have suggestions, please reach out to our support team.