# php-symfony-AdminThemeBundle **Repository Path**: mirrors_glensc/php-symfony-AdminThemeBundle ## Basic Information - **Project Name**: php-symfony-AdminThemeBundle - **Description**: Admin Theme based on the AdminLTE Template for easy integration into symfony - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README AdminThemeBundle ================ Admin Theme based on the AdminLTE Template for easy integration into symfony. This bundle integrates several commonly used javascripts and the awesome [AdminLTE Template](https://github.com/almasaeed2010/AdminLTE). ## Installation Add AdminThemeBundle to composer.json ```json { "require": { "avanzu/admin-theme-bundle": "dev-master" } } ``` tell composer to download the bundle php composer.phar update avanzu/admin-theme-bundle Enable the bundle in your kernel: ```php