blade-ui-kit / blade-icons

A package to easily make use of SVG icons in your Laravel Blade views.
https://blade-ui-kit.com/blade-icons
MIT License
2.21k stars 148 forks source link

Register optimize commands #253

Closed erikgaal closed 1 month ago

erikgaal commented 1 month ago

Newly introduced in Laravel 11.27, packages can now register the commands that should run during the optimize phase of deployment.

This PR adds the recommended steps for optimizing whenever it's available.

driesvints commented 1 month ago

Thanks!