Bernhard O.
Bernhard O.
I really like this minimalstic colour scheme, thanks for publishing it :) Probably more of an issue for the JetBrains team for the New UI and not a specific colour...
Since it's the standard salted hash function for PHP passwords it would be great if it could be generated with this great tool :) https://en.wikipedia.org/wiki/Bcrypt https://www.php.net/manual/en/function.password-hash.php
I got confused by the `phpinfo()` part of this, because I looked at the blocks below, which seem to be sorted alphabetically (Zend Opcache below Xdebug). So "below" is a...
Angular 20 was released last week: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301 @RobbieTheWagner is there a v20 on the horizon? Thanks!
e.g. ```php $this->someModel ->someHasManyRelationship() ->where(...) ->where(function ($query) ``` makes the $query a `Illuminate\Contracts\Database\Query\Builder` I'd expect `Illuminate\Contracts\Database\Eloquent\Builder` though? A simple ```php Model::where(function ($query) ``` on the other hand is refactored to...
https://getrector.com/rule-detail/model-casts-property-to-casts-method-rector Would it make sense to include a note here that additional steps would be needed to avoid PHP/Larastan errors? For PHP/Larastan to recognize the new method casts, an array...