Skip to content

Instantly share code, notes, and snippets.

@SerafimArts
Last active October 19, 2025 23:41
Show Gist options
  • Select an option

  • Save SerafimArts/f43ffb3869368f57a6d514b62a8ac298 to your computer and use it in GitHub Desktop.

Select an option

Save SerafimArts/f43ffb3869368f57a6d514b62a8ac298 to your computer and use it in GitHub Desktop.
$ php .\libs\component\compiler\bin\boson pack -vvv
· Pack an application
↳ in Boson\Component\Compiler\Workflow\PackWorkflow::__invoke()
· Prepare build files
↳ in Boson\Component\Compiler\Workflow\PrepareWorkflow::__invoke()
· Create ".\build" directory
↳ in Boson\Component\Compiler\Workflow\Task\CreateDirectoryTask::__invoke()
· Apply write permissions to ".\build"
↳ in Boson\Component\Compiler\Workflow\Task\ApplyPermissionsTask::__invoke()
Added 0o0 permissions
↳ in Boson\Component\Compiler\Workflow\Task\ApplyPermissionsTask::__invoke()
Directory has been created
↳ in Boson\Component\Compiler\Workflow\Task\CreateDirectoryTask::__invoke()
· Create ".\build\.gitignore" file
↳ in Boson\Component\Compiler\Workflow\Task\CreateFileTask::__invoke()
· Apply write permissions to ".\build\.gitignore"
↳ in Boson\Component\Compiler\Workflow\Task\ApplyPermissionsTask::__invoke()
Added 0o0 permissions
↳ in Boson\Component\Compiler\Workflow\Task\ApplyPermissionsTask::__invoke()
File has been created
↳ in Boson\Component\Compiler\Workflow\Task\CreateFileTask::__invoke()
· Create ".\build\.temp" directory
↳ in Boson\Component\Compiler\Workflow\Task\CreateDirectoryTask::__invoke()
· Apply write permissions to ".\build\.temp"
↳ in Boson\Component\Compiler\Workflow\Task\ApplyPermissionsTask::__invoke()
Added 0o0 permissions
↳ in Boson\Component\Compiler\Workflow\Task\ApplyPermissionsTask::__invoke()
Directory has been created
↳ in Boson\Component\Compiler\Workflow\Task\CreateDirectoryTask::__invoke()
· Build ".\build\.temp\entrypoint.php" entrypoint file
↳ in Boson\Component\Compiler\Workflow\Task\CreateEntrypointTask::__invoke()
Nothing to update, entrypoint file is actual
↳ in Boson\Component\Compiler\Workflow\Task\CreateEntrypointTask::__invoke()
· Build ".\build\.temp\box.json" humbug/box configuration file
↳ in Boson\Component\Compiler\Workflow\Task\CreateBoxConfigTask::__invoke()
Nothing to update, configuration file is actual
↳ in Boson\Component\Compiler\Workflow\Task\CreateBoxConfigTask::__invoke()
· Download https://github.com/box-project/box/releases/download/4.6.7/box.phar
↳ in Boson\Component\Compiler\Workflow\Task\DownloadTask::__invoke()
File already downloaded
↳ in Boson\Component\Compiler\Workflow\Task\DownloadTask::__invoke()
· Pack an application (config: .\build\.temp\box.json)
↳ in Boson\Component\Compiler\Workflow\Task\PackTask::__invoke()
Execute "D:\Development\php-8.4-x64-nts\php.exe D:\Projects\Boson\boson\build\.temp\box-4.6.7.phar compile --config=D:\Projects\Boson\boson\build\.temp\box.json"
↳ in Boson\Component\Compiler\Workflow\Task\PackTask::__invoke()
Pack complete at 0.53s
↳ in Boson\Component\Compiler\Workflow\Task\PackTask::__invoke()
$ php bin/boson pack
· Pack an application
· Prepare build files
· Create ".\build" directory
· Create ".\build\.gitignore" file
· Create ".\build\.temp" directory
· Build ".\build\.temp\entrypoint.php" entrypoint file
· Read ".\libs\component\compiler\resources\stub.php" file
· Create ".\build\.temp\entrypoint.php" file
· Build ".\build\.temp\box.json" humbug/box configuration file
· Create ".\build\.temp\box.json" file
· Download https://github.com/box-project/box/releases/download/4.6.7/box.phar
· Pack an application (config: .\build\.temp\box.json)
$ php bin/boson pack -v
· Pack an application
· Prepare build files
· Create ".\build" directory
· Apply write permissions to ".\build"
· Create ".\build\.gitignore" file
· Apply write permissions to ".\build\.gitignore"
· Create ".\build\.temp" directory
· Apply write permissions to ".\build\.temp"
· Build ".\build\.temp\entrypoint.php" entrypoint file
· Build ".\build\.temp\box.json" humbug/box configuration file
· Download https://github.com/box-project/box/releases/download/4.6.7/box.phar
· Pack an application (config: .\build\.temp\box.json)
$ php bin/boson pack -vv
· Pack an application
· Prepare build files
· Create ".\build" directory
· Apply write permissions to ".\build"
Added 0o0 permissions
Directory has been created
· Create ".\build\.gitignore" file
· Apply write permissions to ".\build\.gitignore"
Added 0o0 permissions
File has been created
· Create ".\build\.temp" directory
· Apply write permissions to ".\build\.temp"
Added 0o0 permissions
Directory has been created
· Build ".\build\.temp\entrypoint.php" entrypoint file
Nothing to update, entrypoint file is actual
· Build ".\build\.temp\box.json" humbug/box configuration file
Nothing to update, configuration file is actual
· Download https://github.com/box-project/box/releases/download/4.6.7/box.phar
File already downloaded
· Pack an application (config: .\build\.temp\box.json)
Execute "D:\Development\php-8.4-x64-nts\php.exe D:\Projects\Boson\boson\build\.temp\box-4.6.7.phar compile --config=D:\Projects\Boson\boson\build\.temp\box.json"
Pack complete at 0.52s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment