iget-master / material-admin
There is no license information available for the latest version (v8.1.0) of this package.
Package info
github.com/iget-master/material-admin
Language:Blade
pkg:composer/iget-master/material-admin
v8.1.0
2022-01-28 19:28 UTC
Requires
- illuminate/support: ^8.0
- laravelcollective/html: ^6.0
- nicolaslopezj/searchable: 1.*
This package is auto-updated.
Last update: 2026-05-28 13:27:44 UTC
README
Material Design based administration interface for Laravel 5
THIS PACKAGE ISN'T READY. The full documentation should be provided only in a few months
Installation
Add "iget-master/material-admin": "dev-master" to "require" in your app composer.json file, then run composer update to get the package.
- Change
modeltoIget\Base\Models\Useratconfig\auth.php - Add
IgetMaster\MaterialAdmin\MaterialAdminServiceProviderservice provider atconfig\app.php - Add following lines to $routeMiddleware array at
app\http\Kernel.php(replaceguestandauthif exists):'auth' => 'IgetMaster\MaterialAdmin\Http\Middleware\AuthMiddleware','guest' => 'IgetMaster\MaterialAdmin\Http\Middleware\GuestMiddleware'