Piotr Perzyna
Piotr Perzyna
What do you think about enabling HSTS as the default?
# Description This PR adds workflow to GitHub Action that creates and publishes container image as an artefact to GitHub Container Registry. The build process is base on the best...
Is any idea how to connect guard Auth user with kubernetes dashboard? I want to auth to kubernetes dashboard via GitHub.
It would be nice to have an enum filter that could work similarly to the enum rule. [https://laravel.com/docs/9.x/validation#rule-enum](https://laravel.com/docs/9.x/validation#rule-enum) ``` 'price_type' => ['uppercase', new Enum(PriceType::class)], ```
Is there a way to have w slot for a fallback?