PHPackages                             seguce92/laravel-adminmd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. seguce92/laravel-adminmd

ActiveLibrary[Templating &amp; Views](/categories/templating)

seguce92/laravel-adminmd
========================

Laravel Admin Material Design template

v1.3.2(6y ago)153[1 PRs](https://github.com/seguce92/laravel-adminmd/pulls)MITJavaScriptPHP &gt;=5.3

Since Feb 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/seguce92/laravel-adminmd)[ Packagist](https://packagist.org/packages/seguce92/laravel-adminmd)[ RSS](/packages/seguce92-laravel-adminmd/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

Admin Material Design for Laravel 5.\*
--------------------------------------

[](#admin-material-design-for-laravel-5)

Installation
------------

[](#installation)

### Laravel 5.x:

[](#laravel-5x)

You can install the package for your Laravel 5 project through Composer.

```
$ composer require seguce92/laravel-adminmd
```

Register the service provider array in `app/config/app.php` if laravel version is &lt;= 5.4.

```
Seguce92\AdminMD\ServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
```

You register use the facade for shorter code. Add this to your facades in array `aliases`:

```
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
```

Export setting file and resources with command:

```
$ php artisan vendor:publish
```

Configuration
-------------

[](#configuration)

To start using the file manager perform the respective configuration in the file `app\config\seguce92\filemanager.php`

```
