component-web
Provide some utilities to website application:
- Breadcrumb
- Carousel
- Menu
- Meta
- Notification
- Session
Installation
You can install the component (for testing) with the following command:
make install
Update
You can update the component (for testing) with the following command:
make update
Testing
You can test the component with the following commands:
make phpcs
make tests
make testdox