bantenprov/admin

dev-master 2018-05-16 15:54 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:33:27 UTC


README

Join the chat at https://gitter.im/admin/Lobby Scrutinizer Code Quality Build Status Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads

Admin

Edit App\User.php

protected $hidden = [
    'password', 'remember_token',
];

// ============

public function admins()
{
    return $this->hasMany('Bantenprov\Admin\Models\AdminModel','user_id');
}