Skip to content

fastfony/license-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License checker bundle

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)%'

About

License bundle checker for Fastfony

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages