fastfony/licence-bundle

License bundle checker for Fastfony

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-main 2025-03-28 17:16 UTC

This package is auto-updated.

Last update: 2025-03-28 17:16:57 UTC


README

Install

composer require fastfony/license-bundle

Add the bundle to your config/bundles.php:

return [
    // ...
    Fastfony\LicenseBundle\FastfonyLicenseBundle::class => ['all' => true],
];

Create a config/packages/fastfony_license.yaml file:

fastfony_license:
    key: '%env(database:FASTFONY_LICENSE_KEY)%'