library simple-admin
A package to manage users
samarulrajt/simple-admin
A package to manage users
- Sunday, May 17, 2015
- by samarulrajt
- Repository
- 1 Watchers
- 0 Stars
- 4 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
simple-admin
A package which provides a simple UI for managing users, (*1)
A sample package for supporting Laravel 5, (*2)
Steps, (*3)
1) In command line composer require 'samarulrajt/simple-admin':'dev', (*4)
2) Add the Service Provider for our package to the existing list in config/app.php as
'Samarulrajt\SimpleAdmin\SimpleAdminServiceProvider', (*5)
3) That is all done! you can make edit the package as you want., (*6)