Looking to hire Laravel developers? Try LaraJobs

laravel-admin-material-ui maintained by zecsn

Description
material ui for laravel-admin
Author
Last update
2020/10/12 08:53 (dev-main)
License
Downloads
117

Comments
comments powered by Disqus

Material-UI extension for laravel-admin

中文文档

Material-UI is a Material Design extension for laravel-admin, using Bootstrap Material Design.

Screenshot

screenshot

Requirements

  • laravel-admin >= 1.6.1

Installation

composer require zecsn/laravel-admin-material-ui
php artisan vendor:publish --tag=laravel-admin-material-ui

Update

composer update zecsn/laravel-admin-material-ui
php artisan vendor:publish --tag=laravel-admin-material-ui --force

Configurations

Add extensions option in your config/admin.php configuration file:

'extensions' => [
    'material-ui' => [
        // If the value is set to false, this extension will be disabled
        'enable' => true
    ]
]

Use

Just Refresh your browser.

Special thanks

License

Licensed under The MIT License (MIT).