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

Make caching console messages consistent with Laravel core #256

Open hempsworth opened 1 week ago

hempsworth commented 1 week ago

This is a purely aesthetic change, to make the console output more consistent with Laravel core caching commands. Also updates the related tests.

It scratches my own itch, so I don't see this mismatch in my deployment output 😄

CleanShot 2024-11-11 at 21 39 58@2x

driesvints commented 1 week ago

Thanks @hempsworth, this looks good. It's just that we'll have to drop support for some PHP/Laravel versions.

Could you either make this backwards compatible with the current supported versions or send in a separate PR first to drop PHP 7.4, 8.0 and Laravel v8?

hempsworth commented 1 week ago

Hi @driesvints - as Laravel 9 is no longer getting security updates we could possibly drop support for Laravel < 10 and therefore PHP < 8.1? If you're happy with that I can pull together a PR accordingly 👍

driesvints commented 1 week ago

Let's just keep Laravel v9 for now if it supports the components.