Autoloading specific files with Composer
Thursday, Apr 9th 2015Sometimes you just want Composer to autoload a specific file for you when you need to bootstrap your application. Here's how.
Sometimes you just want Composer to autoload a specific file for you when you need to bootstrap your application. Here's how.
This is just a brief look into how you can autoload your own code with the awesome composer autoloader