Course lesson

Replace PHP require statements with the Composer class autoloader

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.

Duration
4 min
Access
Included
Transcript
Retained from source evidence

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.