2017 © Pedro Peláez
 

symfony-bundle adminbsb-material-design-bundle

Integrate AdminBSB Material Design theme with Symfony 2

image

webeweb/adminbsb-material-design-bundle

Integrate AdminBSB Material Design theme with Symfony 2

  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 116 % Grown

The README.md

adminbsb-material-design-bundle

Github actions workflow status Coveralls Scrutinizer quality Packagist version, (*1)

Packagist license composer.lock, (*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)

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., (*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)

Preview AdminBSB Material Design, (*7)

AdminBSB Material Design bundle, (*8)

Includes:, (*9)

If you like this package, pay me a beer (or a coffee) paypal.me, (*10)

Compatibility

PHP Symfony, (*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)

If you like this work, please consider donating at paypal.me, (*19)

The Versions