Andremyid Auth 包。

dev-master / 0.0.x-dev 2016-09-11 06:56 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:58:45 UTC


README

Andremyid Auth 包。

安装

  • 将以下内容添加到您的 Composer JSON 文件中
"andremyid/auth": "~0.0"
  • 运行 Composer
$ composer update
  • 将以下内容添加到 'Andremyid/Framework-Core' => 'ServiceProvider'
Andremyid\Auth\AuthServiceProvider
  • 运行迁移
// first, optional
$ composer dump-autoload
// and then
$ php andre migrate

用法

扩展