slappyslap/soon-bundle

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.1 2022-06-19 08:05 UTC

This package is auto-updated.

Last update: 2024-04-19 12:12:17 UTC


README

Provide comming soon page to your symfony application

Configuration

soon_bundle:
    logo: media/logo/name.svg # logo url / assets path
    background: media/background/background.jpg  # background url / assets path
    release_date: "2022-07-16 00:00:00" # release date
    exclude_ips: # Ip excluded
        - 192.168.1.0/24
        - 127.0.0.1
    exclude_routes: # route excluded
        - ^/(api|admin)
    socials: # socials links
        twitter:
            icon: fab fa-twitter # Font-awesome 6 icons
            link: https://twitter.com/ # link
        web:
            icon: fa fa-blog
            link: "https://google.fr"