@rectorphp I'm glad this has been added to Rector. I looked for it in Rector the other day. I already use the Easy Coding Standard rule, which does the same. ๐
๐ I'm sponsoring Leo Khoa https://t.co/Pd2jyFZBRW because he is the author of Laragon https://t.co/wPf8wajIrh which I've used for years. It's simply the best development experience on Windows ๐๐ I promote it to all our devs at work!
@jclermont@phpstan I use Larastan, which is @phpstan with Laravel rules on level 9. The main problem is with 3rd party plugins and Laravel helper functions. E.g. a 'label' method expects a string, if I pass in a translation PhpStan thinks mixed is being passed in. Generics ๐คทโโ๏ธ
@peterbaeklund The best way to raise an issue with Laragon is using GitHub discussions: https://t.co/HDMEfKpOtG I normally try to help a few times per day.
@AshAllenDesign I started using query() after watching @PovilasKorop video https://t.co/CQ5wfcPVih the main reason is readability, particularly for multi-line queries, as you wrote "..query constraints on to a new line and they all vertically align in the code" ๐
@AshAllenDesign This goes to show how the Laravel ecosystem is continually evolving over the last year: Mix is now Vite and Mailhog has been replaced with Mailpit from Laravel 10. ๐
I wrote a blog to help PHP developers setup Xdebug in VS Code 1.5 years ago https://t.co/WXy9G4nCb9 I got to meet @derickr today at #phpuk23 ! Great talk on what's new in PHP 8.1 & 8.2
@PHPUKConference I enjoyed and learnt a lot from @braddle Mark Bradley's TDD workshop at the @PHPUKConference 2023 yesterday. Clearly TDD takes the right mindset and practise. I hope to put it into my development workflow! #phpuk23
@codewithdary My dev tools are:
- https://t.co/4lmEjJ6YmS - ECS or Pint
- https://t.co/IZEnbuzWdS - Static analysis
- https://t.co/0NBqhT5Pmx - linting
- https://t.co/zKSWSjGGj1 - helps auto-completion
- https://t.co/IkdSjw8Sqj
- https://t.co/AuC135jfTN - stops any commits not up to standard
@PovilasKorop I think @benpopper from @StackOverflow should look at these restrictions. Stopping genuine contributions will only lower the quality of content.