Material Design based administration interface for Laravel 5
THIS PACKAGE ISN'T READY. The full documentation should be provided only in a few months
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'