We want to declare the <?php declare(strict_types=1); to all pages of our Laravel project.
The question is how to make it global so that we don't need to declare it file by file?
We want to declare the <?php declare(strict_types=1); to all pages of our Laravel project.
The question is how to make it global so that we don't need to declare it file by file?