Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 400 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 400 Bytes

simple-admin

A package which provides a simple UI for managing users

A sample package for supporting Laravel 5

Steps

  1. In command line composer require 'samarulrajt/simple-admin':'dev'

  2. Add the Service Provider for our package to the existing list in config/app.php as 'Samarulrajt\SimpleAdmin\SimpleAdminServiceProvider'

  3. That is all done! you can make edit the package as you want.