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