https://github.com/imatic/view-bundle
Bundle with predefined UI components
https://github.com/imatic/view-bundle
symfony ui view
Last synced: 2 months ago
JSON representation
Bundle with predefined UI components
- Host: GitHub
- URL: https://github.com/imatic/view-bundle
- Owner: imatic
- License: mit
- Created: 2017-12-06T17:06:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-02T06:49:35.000Z (7 months ago)
- Last Synced: 2025-09-02T08:29:12.495Z (7 months ago)
- Topics: symfony, ui, view
- Language: PHP
- Size: 8.36 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://secure.travis-ci.org/imatic/view-bundle.png?branch=master
:alt: Build Status
:target: http://travis-ci.org/imatic/view-bundle
|
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
:alt: License: MIT
:target: LICENSE
ImaticViewBundle
================
See *Resources/doc/index.rst* for documentation.
Build Process
-------------
In case any asset sources are changed run ``yarn build`` command which will compile them.
Any compiled assets are commited with project. Build process is provided by standard webpack configuration.
More details can be found in ``webpack.config.js``.
Extending ExpressionLanguage
----------------------------
Bundle ExpressionLanguage can be extended easily extended. To do so, you can create a new expression provider tagged
with ``imatic_view.expression_language_provider``.
.. sourcecode:: php
use Symfony\Component\ExpressionLanguage\ExpressionFunction;
use Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface;