abhitheawesomecoder/laravel-edit-profile

一个用于将编辑用户资料功能添加到Laravel认证脚手的包

1.0.2 2016-04-16 07:49 UTC

This package is not auto-updated.

Last update: 2024-09-26 00:37:12 UTC


README

此包允许将编辑用户资料功能添加到Laravel 5的认证脚手

安装

步骤 1 : Laravel 5.2 Auth Scafold

php artisan make:auth

步骤 2 : 安装Composer依赖项

composer require abhitheawesomecoder/laravel-edit-profile

步骤 3 : 注册服务提供者

将 Abhitheawesomecoder\Laraveleditprofile\EditprofileServiceProvider::class 添加到 config/app.php 文件中的 providers 数组

为了覆盖包的视图,请运行以下命令:'php artisan vendor:publish',您可以在 'views/vendor/abhitheawesomecoder/laravel-edit-profile' 文件夹下覆盖视图

使用方法

前往链接 https:///laravel/public/edit-profile

其中 https:///laravel/public/ 是您的Laravel网站的路径