Starter kits
Jetstream & breeze
Install
Dependencies
This task requires NodeJS buildpack so make sure you install it along beforehand.
Configure
The configuration for this task is located in buildpack.yml
at the root of your project.
Considerations
When you run the
build
command on a Laravel application, the resulting OCI image will contain two tasks. One for the laravel application and the other targeting thenode
process.@laraboot-io/cli
does not support multiple tasks for therun
command yet so you'll need to specify which one you want to usePass
--pack-params default-process=task
to therun
command to use your Laravel application (PHP) otherwise the default one is NodeJS.
Last updated
Was this helpful?