Norman Huth
Norman Huth
Would it possibly be possible to trade audio files in addition to image and video files?
I've following One To Many Relation: ```php /** * Get the steps for the recipe. */ public function steps(): HasMany { return $this->hasMany(Step::class); } ``` ```php /** * Get the...
The HTML compressor generates non-existent closing input tags. The original code has no errors and warnings according to W3 and the compressed version contains the error with . [undcompressed.txt](https://github.com/WyriHaximus/HtmlCompress/files/3773954/undcompressed.txt) [compressed.txt](https://github.com/WyriHaximus/HtmlCompress/files/3773955/compressed.txt)
`->rules(['required'])` and `->required()` will be ignored by the tool.
References: * https://tailwindcss.com/blog/tailwindcss-v3-3#extended-color-palette-for-darker-darks * https://tailwindcss.com/docs/customizing-colors
How can I set a default selected?
The title is the description. Example 1: ```xml \Illuminate\Support\*, ``` Example 2: ```xml *\Support\*, ``` Example 3: ```xml \Illuminate\*, ```
### Feature Description The result of a created factory: ```php