Lessons: 13Length: 1.5 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.1 Scripts

Let's dig a bit deeper into Composer now.

If you need to do perform actions after installing your project through Composer —seed a database, generate some API keys, and so on—you can use Composer's scripts. This episode will teach you how to use them.

Related Links