标签: php laravel laravel-5 php-7
我们想要将<?php declare(strict_types=1);声明为Laravel项目的所有页面。
<?php declare(strict_types=1);
问题是如何使其全局化,以便我们不需要逐个文件声明它?