Bootstrap. php. cache is generated by scripts when composerupdate or composerinstall is run. The main function is to package the core classes required in Symfony into a single file and provide classloader. Bootstrap. php. cache is generated by the script when you run composer update or composer install. The main function is to package the core classes required in Symfony into a single file and provide classloader.
Reply content:
Bootstrap. php. cache is generated by the script when you run composer update or composer install. The main function is to package the core classes required in Symfony into a single file and provide classloader.
Entry File
$ Loader = require_onceDIR. '/../App/bootstrap. php. cache ';
Change
$ Loader = require_onceDIR. '/../App/autoload. php ';
You can load the source code.
Cache file breakpoint is inconvenient