disjfa/mozaic-bundle

Dotenv

# You can request a api key on the developer page of unsplash here: https://unsplash.com/developers
UNSPLASH_APPLICATION_ID=
UNSPLASH_APPLICATION_SECRET=

Generated files

config/packages/disjfa_mozaic.yaml

disjfa_mozaic:
    unsplash:
        application_id: '%env(resolve:UNSPLASH_APPLICATION_ID)%'
        secret: '%env(resolve:UNSPLASH_APPLICATION_SECRET)%'

config/routes/disjfa_mozaic.yaml

disjfa_mozaic:
    resource: '@DisjfaMozaicBundle/Controller/'
    type:     annotation