rowland/ooglee-user

一个用于向网站添加用户的Laravel 5 Ooglee模块

dev-master 2016-05-23 08:32 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:53:36 UTC


README

状态

Build Status

一个用于向网站添加用户的Laravel 5包

特性

创建用户 编辑用户 删除用户

安装

Composer require "rowland/ooglee-user"

发布包的视图资源。如果您想覆盖默认视图,请运行 php artisan publish --views。发布包的资产资源。如果您想覆盖默认视图,请运行 php artisan publish --assets。发布包的配置资源。如果您想覆盖默认配置,请运行 php artisan publish --configs。发布包的迁移资源。运行 php artisan publish --migration