Boson package is available as Composer repository and can be installed using the following command in a root of your project:
composer require boson-php/symfony-bundle
config/bundles.php list:<?php
return [
// ...
Boson\Bridge\Symfony\BosonBundle::class => ['all' => true],
];
APP_RUNTIME environment variable or by specifying the
extra.runtime.class in composer.json to set the
Runtime class:{
"require": {
"...": "..."
},
"extra": {
"runtime": {
"class": "Boson\\Bridge\\Symfony\\Runtime\\BosonRuntime"
}
}
}
php ./bin/console config:dump-reference boson > config/packages/boson.yaml
t.me/boson_php!Boson is an Open Source, community-driven project. Join them contributing code.
How can I help you explore Laravel packages today?