1. 46
    Replace PHP require statements with the Composer class autoloader
    4m 13s

Replace PHP require statements with the Composer class autoloader

InstructorMark Shust

Share this video with your friends

Send Tweet

Using "require" for classes isn't a modern practice for PHP development. A much better option is to use Composer's autoloader to automatically import classes into your app.