reta110/user-profile

Infyom 用户配置模板。

安装: 956

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 2

分支: 0

开放问题: 0

语言:HTML

类型:coomposer-plugin

1.1 2018-11-12 15:29 UTC

This package is auto-updated.

Last update: 2024-09-13 10:49:36 UTC


README

为infyom包扩展的用户配置。

  1. 运行composer命令
	composer require reta110/user-profile
  1. 在config/app.php中添加服务提供者
	Reta110\UserProfile\UserProfileServiceProvider::class,
  1. 替换resources/views/layouts/app.blade..php文件中的链接
	<a href="{!! route('user-profile.edit') !!}" class="btn btn-default btn-flat">Profile</a>