Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

php Composer : what is BootStrap process?

the detail is as links : http://getcomposer.org/doc/00-intro.md#autoloading

Besides downloading the library, Composer also prepares an autoload file that's capable of autoloading all of the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process: require 'vendor/autoload.php';

I don't know what "your code's bootstrap process" is.

like image 737
anna Avatar asked Dec 17 '25 18:12

anna


1 Answers

It's a generally used term for "stuff your code has to do to be ready to run".

boot |bo͞ot|

verb [ with obj. ]

...

3 start (a computer) and put it into a state of readiness for operation: the menu will be ready as soon as you boot up your computer | [ no obj. ] : the system won't boot from the original drive.

[from bootstrap.]

like image 149
deceze Avatar answered Dec 20 '25 11:12

deceze



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!