striide / web-bundle
Useful Web Features.
Installs: 78
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2025-04-12 15:45:36 UTC
README
The intent behind this widget is to provide we-centric behaviour and tools
Currently, this bundle offers the following twig globals:
- is_production
- is_development
To be used like:
{% if is_production %} show something that is only in production {% endif %}
Similarily,
{% if is_development %} show something that is only in development {% endif %}
Routing
StriideWebBundle: resource: "@StriideWebBundle/Resources/config/routing.yml" prefix: /