A package which provides a simple UI for managing users
A sample package for supporting Laravel 5
Steps
-
In command line composer require 'samarulrajt/simple-admin':'dev'
-
Add the Service Provider for our package to the existing list in config/app.php as 'Samarulrajt\SimpleAdmin\SimpleAdminServiceProvider'
-
That is all done! you can make edit the package as you want.