
Fresh selection with links to news and materials. In the release: PHP 7.3 RC2, Codeception 2.5 and other releases, typed properties in PHP 7.4, the concept of preloading the code from Dmitry Stogov, a portion of useful tools, and much more.
Enjoy reading!
 News and Releases
 News and ReleasesFoo&Bar types. Read more about the intersection and union of types from the author PHPStan . Php internals
 Php internals class Example { // All types with the exception of "void" and "callable" are supported public int $scalarType; protected Type $type; private ?Type $nullableType; // Types are also legal on static properties public static iterable $staticProp; // Types can also be used with the "var" notation var bool $flag; // Typed properties may have default values (more below) public string $str = "foo"; public ?string $nullableStr = null; // The type applies to all properties in one declaration public float $x, $y; // equivalent to: public float $x; public float $y; }  Instruments
 Instruments Study materials
 Study materials Symfony
 Symfony Laravel
 Laravel Building LaraShoppe - Screening for building a store from scratch with Laravel, Laravel Nova, Vue.js, and Tailwind CSS.
 Building LaraShoppe - Screening for building a store from scratch with Laravel, Laravel Nova, Vue.js, and Tailwind CSS.@include directive. Configuring XDebug in Docker using environment variables
 Configuring XDebug in Docker using environment variables I need to raise the Kubernetes cluster, but I'm just a code programmer. There is an exit
 I need to raise the Kubernetes cluster, but I'm just a code programmer. There is an exit Storage of a large number of files
 Storage of a large number of files MVC + Scenario vs. Fat Controllers
 MVC + Scenario vs. Fat Controllers Audio and video
 Audio and video
 Writing the PSR-7 framework: Console commands, databases and resources
 Writing the PSR-7 framework: Console commands, databases and resources Pyatiminutka PHP Issue №39 - How to test a project under PHP 7.3?
 Pyatiminutka PHP Issue №39 - How to test a project under PHP 7.3? Five Minute PHP Release # 38 - DevOops and Evolution of DevOps in 2018
 Five Minute PHP Release # 38 - DevOops and Evolution of DevOps in 2018 PHP Roundtable # 78: DocBlocks, Annotations, PSR-5
 PHP Roundtable # 78: DocBlocks, Annotations, PSR-5 Entertaining
 EntertainingThanks for attention!
If you notice an error or inaccuracy - please inform the PM .
Write questions and suggestions by mail or twitter .
Send link
Search links for all digests
← Previous release: PHP Digest number 139
Source: https://habr.com/ru/post/424949/
All Articles