laravel-profile-picture
package to add users profile picture feature to laravel 5 auth scaffold, (*1)
Installation
Step 1 : Laravel 5.2 Auth Scafold, (*2)
php artisan make:auth
Step 2 : Install Composer dependency, (*3)
composer require abhitheawesomecoder/profilepic
Step 3 : Register the Service Provider, (*4)
Add Abhitheawesomecoder\Profilepic\ProfilepicServiceProvider::class to providers array in config/app.php, (*5)
run the following command: 'php artisan vendor:publish' you can override the views under the folder: 'views/vendor/abhitheawesomecoder/profilepic', (*6)
Step 4 : Run Migration, (*7)
php artisan migrate
Usage
Go to link http://localhost/laravel/public/profile-picture, (*8)
where http://localhost/laravel/public/ is path to your laravel website, (*9)