The Bootstrap

The bootstrap or bootstrap.php determines some basic aspects of your app, such as the default timezone, how logs are going to be printed or saved, your application time limit or the default entry point controller among other things.

Usually it is not required to modify the bootstrap.php file, however maybe you want that.

Just open the bootstrap.php file and take a look, the comments included inside the file as descriptive enough.