此包最新版本(1.0.2-stable)没有提供许可证信息。

Laravel 用户账户包

1.0.2-stable 2018-11-13 06:57 UTC

This package is auto-updated.

Last update: 2024-09-13 20:44:00 UTC


README

Laravel 用户账户包。

安装

  1. composer require pinglayson/profile
  2. php artisan make:auth
  3. 在 config/app.php 中添加
    Pinglayson\Profile\ProfileServiceProvider::class,
  4. php artisan migrate