Julius Kiekbusch
Julius Kiekbusch
It continues to work on macOS. Does it work on Windows? Right now there is only Feedback from Linux Users as far as I can see. After a Windows user...
Good idea this PR, something I would like to use myself. What happens if you configure the blueprint so that you can have multiple authors on the same entry? Would...
The underlying library PHP-CS-Fixer is currently working on PHP 8.4 compatibility (this does not include PHP 8.4 syntax specific fixers). See the following milestone for more information: - https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173 Furthermore...
What would happen if the custom fixer uses a class outside the imported custom fixer file? I think currently it would only be possible if the Custom Fixer only relies...
@ebeauchamps I think not only should Vite v5 be touched here, but also Tailwindcss v1 -> v3 and maybe Vue 2 -> 3, etc. So there are multiple dependencies which...
What I mean is the following: If you create a uploaded file for testing like the following ```php $file = UploadedFile::fake()->create('file1.jpg', 1024, 'application/pdf'); ``` And then call directly `getMimeType()`: ```php...
Thanks @joshhanley !
To your first issue, you define a limit per day per user, so I think it is right, that he is not able to update product 2. If you want...
Similar to the skeleton PR: https://github.com/laravel/laravel/pull/6523 How about replacing `@tailwindcss/postcss` with `@tailwindcss/vite`. The `app.css` should also contain the source and the font-family.
In the InstallStack Files there is postcss listed, but I think it should be replaced with `@tailwindcss/vite` and the the `vite.config.js` should be adjusted accordingly. `autoprefixer` can also be removed...