abhitheawesomecoder/laravel-edit-profile
Composer 安装命令:
composer require abhitheawesomecoder/laravel-edit-profile
包简介
package to add edit users profile feature to auth scaffold
关键字:
README 文档
README
This package allows to add edit users profile feature to auth scaffold of laravel 5
Installation
Step 1 : Laravel 5.2 Auth Scafold
php artisan make:auth
Step 2 : Install Composer dependency
composer require abhitheawesomecoder/laravel-edit-profile
Step 3 : Register the Service Provider
Add Abhitheawesomecoder\Laraveleditprofile\EditprofileServiceProvider::class to providers array in config/app.php
In order to override the views of the package run the following command: 'php artisan vendor:publish' you can override the views under the folder: 'views/vendor/abhitheawesomecoder/laravel-edit-profile'
Usage
Go to link http://localhost/laravel/public/edit-profile
where http://localhost/laravel/public/ is path to your laravel website
统计信息
- 总下载量: 855
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-15