Download the PHP package ics/dashboard-bundle without Composer
On this page you can find all versions of the php package ics/dashboard-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ics/dashboard-bundle
More information about ics/dashboard-bundle
Files in ics/dashboard-bundle
Package dashboard-bundle
Short Description Bundle de gestion des tableaux de bord
License MIT
Informations about the package dashboard-bundle
Imperium Clan Software - Dashboard Bundle
Dashboard for symfony bundle
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Step 3: Adding bundle routing
Add routes in applications config/routes.yaml
Step 4: Install Database
For install database :
For update database :
Configuration
Step 1 : Dashboard configuration
Step 2 : Twig integration
Widget Developpement
Step 1 : Create entity
To start, write an entity inheriting from Widget
.
This must have at least the getUI()
method. It can also have the getJs()
and getCss()
methods to add javascripts or css to your widgets.
Step 2 : Integrate in configuration
Before integrating, don't forget to update the database.
All versions of dashboard-bundle with dependencies
symfony/dependency-injection Version ^5
symfony/event-dispatcher Version ^5
symfony/framework-bundle Version ^5
symfony/intl Version ^5
symfony/string Version ^5
symfony/translation Version ^5
symfony/twig-bundle Version ^5
symfony/orm-pack Version ^2
symfony/security-bundle Version ^5