webeweb/adminbsb-material-design-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Integrate AdminBSB Material Design theme with Symfony 2 and more

v2.0.1-alpha 2020-10-29 07:46 UTC

This package is auto-updated.

Last update: 2024-03-16 12:54:22 UTC


README

Github actions workflow status Coveralls Scrutinizer quality Packagist version

Packagist license composer.lock

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)

Preview AdminBSB Material Design

AdminBSB Material Design bundle

Includes:

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

Compatibility

PHP Symfony

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.

Donate

If you like this work, please consider donating at paypal.me