package to add profile picture to laravel 5.2 Auth Scaffold
abhitheawesomecoder/profilepic is a Laravel package for package to add profile picture to laravel 5.2 auth scaffold.
It currently has 2 GitHub stars and 165 downloads on Packagist (latest version 1.0.1).
Install it with composer require abhitheawesomecoder/profilepic.
Discover more Laravel packages by abhitheawesomecoder
or browse all Laravel packages to compare alternatives.
Last updated
package to add users profile picture feature to laravel 5 auth scaffold
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
Go to link http://localhost/laravel/public/profile-picture
where http://localhost/laravel/public/ is path to your laravel website