abhitheawesomecoder / laravel-profile-picture by theawesomecoder

package to add profile picture to laravel 5.2 Auth Scaffold
155
2
2
Package Data
Maintainer Username: theawesomecoder
Maintainer Contact: abhitheawesomecoder@gmail.com (Abhishek Kumar)
Package Create Date: 2016-05-22
Package Last Update: 2016-05-22
Home Page: http://customphpscript.com
Language: JavaScript
License: MIT
Last Refreshed: 2024-05-17 15:02:44
Package Statistics
Total Downloads: 155
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

laravel-profile-picture

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