2017 © Pedro Peláez
 

library profilepic

package to add profile picture to laravel 5.2 Auth Scaffold

image

abhitheawesomecoder/profilepic

package to add profile picture to laravel 5.2 Auth Scaffold

  • Sunday, May 22, 2016
  • by theawesomecoder
  • Repository
  • 1 Watchers
  • 2 Stars
  • 114 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

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)

The Versions

22/05 2016

1.0.1

1.0.1.0

package to add profile picture to laravel 5.2 Auth Scaffold

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel

22/05 2016

dev-master

9999999-dev

package to add profile picture to laravel 5.2 Auth Scaffold

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel

22/05 2016

1.0.0

1.0.0.0

package to add profile picture to laravel 5.2 Auth Scaffold

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel