Skip to content

Double-Star-Systems/material-theme

Repository files navigation

Material Symfony Theme

Symfony Theme using Materialize CSS.

Usage

  1. Include this project in your Composer installation.
composer require double-star-systems/symfony-material-theme
  1. Install assets supplied by this project to your app's public folder.
# From your app's route directory run...
php bin/console assets:install

Updating

If you update this module, you should reinstall assets, to ensure that required files are written to the correct location.

# From your app's route directory run...
php bin/console assets:install

Requirements

This project leverages the KNP Labs Menu Bundle for generation of menu's within the theme.

Support

This project is developed by Double Star Systems. For questions about project support or to report bugs, please open an issue on GitHub