InteractsWithComposerPackages
trait InteractsWithComposerPackages
Methods
void
requireComposerPackages(string $composer, array $packages)
Install the given Composer packages into the application.
string
phpBinary()
Get the path to the appropriate PHP binary.
Details
at line 18
protected void
requireComposerPackages(string $composer, array $packages)
Install the given Composer packages into the application.
at line 39
protected string
phpBinary()
Get the path to the appropriate PHP binary.