Julius Kiekbusch
Julius Kiekbusch
@grooverdan an alternative is also, that you run the tests in your environment / repository and simply pull the default/latest laravel framework branch in. You could then also experiment with...
@grooverdan I went ahead and created a nightly workflow. See https://github.com/laravel/framework/pull/51218 (It is open to the Taylor / Laravel Team which one should be merged)
I really love the idea and wanted to test it under a fresh repository. ### Setup New Laravel Project with Breeze (Blade+Alpine+Darkmode) The commit with the changes: https://github.com/Jubeki/laravel-pint-blade-test/commit/504200c4abe0476480346fb828ae18022dcea756 ### Feedback...
I think the new prettier plugins works much better. ❤️ Same Setup as before, with the following result: https://github.com/Jubeki/laravel-pint-blade-test/commit/b756cd0749757436f6dc84684f510bb99e539bc1 The only remaining thing bothering me, is that the `class` attribute...
I created a PR in the skeleton, so that you can see what would happen with the formatting on the skeleton: https://github.com/laravel/laravel/pull/6380 Probably best to disable Blade Formatting Testing on...
@ryangjchandler you can do that on the right sidebar "Still in progress? Mark as draft"
Does WSL show a different folder name each time you start WSL? Because the container name is determined from the current folder you are in. Maybe there is a way...
So the problem itself does not lie with Sail but with Docker / WSL: https://docs.docker.com/compose/project-name/ You can attempt a PR where the project-name is defined in `.env` and added to...
Questions in regarding the recover process: 1. Should it be possible to Recover your account with your username? 2. If not (1), should it be possible to recover your email...
Hey @jasonvarga thanks for the Hint. I updated the PR title accordingly and rebased against 5.x, I will also mark the PR as ready for review.