webeweb / adminbsb-material-design-bundle
Integrate AdminBSB Material Design theme with Symfony 2 and more
Installs: 1 059
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.6|^7.0
- symfony/asset: ^2.7|^3.0|^4.0
- symfony/form: ^2.7|^3.0|^4.0
- symfony/framework-bundle: ^2.7|^3.0|^4.0
- symfony/security-core: ^2.7|^3.0|^4.0
- twig/twig: ^1.0||^2.0
- webeweb/bootstrap-bundle: ^3.4
- webeweb/core-bundle: ^2.14
- webeweb/core-library: ^6.0
- webeweb/jquery-datatables-bundle: ^3.0
Requires (Dev)
- doctrine/doctrine-bundle: ^1.7
- friendsofsymfony/user-bundle: ^1.3|^2.0
- monolog/monolog: ^1.18
- phpunit/phpunit: ^5.7|^7.0
- symfony/browser-kit: ^2.7|^3.0|^4.0
- symfony/monolog-bundle: ^3.0
- symfony/security-bundle: ^2.7|^3.0|^4.0
- symfony/swiftmailer-bundle: ^2.6|^3.0
- symfony/templating: ^2.7|^3.0|^4.0
- symfony/twig-bundle: ^2.7|^3.0|^4.0
This package is auto-updated.
Last update: 2024-03-16 12:54:22 UTC
README
Integrate AdminBSB Material Design theme with Symfony 4 and more.
IMPORTANT NOTICE: This package is still under development. Any changes will be done without prior notice to consumers of this package. Of course this code will become stable at a certain point, but for now, use at your own risk.
Inspired by AdminBSB - Free admin panel that is based on Bootstrap 3.x with Material Design
AdminBSB - Material Design is a fully responsive and free admin template. It was developed with Bootstrap 3.x Framework and Google Material Design of powers.
It's really easy to customize and usage. You can use for from 320px to large resolution pixels of new generation screens and mobile devices. (Fully Responsive Material Design)
Includes:
- Animate.css 3.5.0
- Autosize 3.0.17
- Bootstrap 3.3.6
- Bootstrap Colorpicker 2.3.3 (Bootstrap plug-in)
- Bootstrap Material Datetimepicker (Bootstrap plug-in)
- Bootstrap Notify 3.1.3 (Bootstrap plug-in)
- Bootstrap Select 1.10.0 (Bootstrap plug-in)
- Bootstrap Tagsinput (Bootstrap plug-in)
- Chart.js 2.2.1
- Chosen 1.6.1
- CKEditor 4.5.10
- Dropzone
- editableTableWidget
- Flot 0.8.3
- Font Awesome 4.6.3
- GMaps.js 0.4.24
- Ion.RangeSlider 2.1.4
- jQuery 1.12.4 (Bootstrap dependency)
- jQuery Cookie 1.4.1 (jQuery plug-in)
- jQuery countTo (jQuery plug-in)
- jQuery dataTables 1.10.12 (jQuery plug-in)
- jQuery InputMask 3.3.1 (jQuery plug-in)
- jQuery Knob (jQuery plug-in)
- jQuery MultiSelect 0.9.12 (jQuery plug-in)
- jQuery Nestable (jQuery plug-in)
- jQuery SlimScroll 1.3.0 (jQuery plug-in)
- jQuery Sparklines 2.3.2 (jQuery plug-in)
- jQuery Spinner 0.2.1 (jQuery plug-in)
- jQuery Steps 1.1.0 (jQuery plug-in)
- jQuery Validation 1.15.1 (jQuery plug-in)
- jVectorMap 1.2.2
- lightGallery 1.2.21 (jQuery plug-in)
- Material Design Iconic Font
- Materialize 0.97.7
- Moment.js 2.14.1
- Moris.js 0.5.0
- noUiSlider 8.5.1
- Raphaël 2.2.0
- SweetAlert
- TinyMCE 4.4.1
- waitMe 1.15
- Waves 0.7.5
If you like this package, pay me a beer (or a coffee)
Compatibility
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:
$ composer require webeweb/adminbsb-material-design-bundle
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
public function registerBundles() { $bundles = [ // ... new WBW\Bundle\AdminBSBBundle\WBWAdminBSBBundle(), new WBW\Bundle\BootstrapBundle\WBWBootstrapBundle(), new WBW\Bundle\CoreBundle\WBWCoreBundle(), new WBW\Bundle\JQuery\DataTablesBundle\WBWJQueryDataTablesBundle(), ]; // ... return $bundles; }
Once the bundle is added then do:
$ php bin/console assets:install
Testing
To test the package, is better to clone this repository on your computer. Open a command console and execute the following commands to download the latest stable version of this package:
$ git clone https://github.com/webeweb/adminbsb-material-design-bundle.git
$ cd adminbsb-material-design-bundle
$ composer install
Once all required libraries are installed then do:
$ vendor/bin/phpunit
License
adminbsb-material-design-bundle
is released under the MIT License. See the bundled
LICENSE file for details.