НО интересуясь темой геймдева нередко натыкаюсь на разговоры об ужасных условиях труда, в частности о стабильных переработках и рабочих неделях в 50-60+ часов
Specifying Custom Messages In Language Files
In many cases, you may wish to specify your attribute specific custom messages in a language file instead of passing them directly to the Validator. To do so, add your messages to custom array in the resources/lang/xx/validation.php language file.
<?php
interface Foo
{
public function bar(string $baz);
}
interface Baz extends Foo
{
public function bar(PDO $baz);
}
rel
For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a space-separated list of link types values. The values and their semantics will be registered by some authority that might have meaning to the document author. The default relationship, if no other is given, is void. Use this attribute only if the href attribute is present.
href="(https?:\/\/(?!mysite\.ru\/?).+?)"