Anton Komarev
Anton Komarev
My bad. Another problem rising. If you are setting `tagNameAttribute` as `slug` search will work, but adding new tags will write them in `slug` field too :( Do we need...
Here is a quick solution for `SluggableBehavior` support: https://github.com/creocoder/yii2-taggable/pull/13
Named arguments can fix this 😉 Many people say it's an anti-pattern, but still one of the possible solutions.
Other solution - encapsulate all arguments in Value Objects. ```php generate( new Label($text, $textColor, $bgColor), new Text($text, $textColor, $bgColor), new BadgeStyle('plastic') ) ``` Then values validation will be performed inside...
New major release could add logo to badge too #77
[Rocket.Chat 0.3.0](https://github.com/laravel-notification-channels/rocket-chat/releases/tag/v0.3.0) has been released with Laravel 8 support.
Maybe adding blank `` tag on the end of each page and remove it if it's empty on save will be a solution for this issue?
Hello @anthonyjb! Is there any progress on this feature?
@mpyw could you look on it? I'm away from my PC for a couple of days
In theory L6 and L7 support could be added without removing L5 support.