onestartup/user-admin

Module for create user in dashboard


License
Apache-2.0

Documentation

Package Onestartup Users

onestartup/user-admin is a module manage user of our project

Installation

  • Run this in the terminal
composer require onestartup/user-admin
  • after add the ServiceProvider to the providers array in config/app.php
Onestartup\UserAdmin\UserAdminProvider::class,
  • Run migration
php artisan migrate
  • add next lines to app/User.php
protected $fillable = [
        'name', 'email', 'password','short_bio', 'rol_id'
    ];
  • run serv
php artisan serve
  • test in this route how admin user
http://localhost:8000/admin/user