adminbsb-material-design-bundle
 
 
 
 , (*1)
, (*1)
 
 , (*2)
, (*2)
Integrate AdminBSB Material Design theme with Symfony 4 and more., (*3)
  
  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., (*4)
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., (*5)
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), (*6)
 , (*7)
, (*7)
 , (*8)
, (*8)
Includes:, (*9)
If you like this package, pay me a beer (or a coffee)
 , (*10)
, (*10)
Compatibility
 
 , (*11)
, (*11)
Installation
Open a command console, enter your project directory and execute the following
command to download the latest stable version of this package:, (*12)
$ 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., (*13)
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php file of your project:, (*14)
    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:, (*15)
$ 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:, (*16)
$ 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:, (*17)
$ vendor/bin/phpunit
License
adminbsb-material-design-bundle is released under the MIT License. See the bundled
LICENSE file for details., (*18)
Donate
If you like this work, please consider donating at
 , (*19)
, (*19)