abhitheawesomecoder/profilepic

package to add profile picture to laravel 5.2 Auth Scaffold
165 2
Install
composer require abhitheawesomecoder/profilepic
Latest Version:1.0.1
PHP:>=5.4.0
License:MIT
Last Updated:May 22, 2016
Links: GitHub  ·  Packagist
Maintainer: theawesomecoder

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

Related Packages

reliese/laravel

Reliese Components for Laravel Framework code generation.

3,954,390 1,705
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,312 160
laravel-ja/laravel

The Laravel Framework.

5,667 17
kavenegar/laravel

laravel 4 and 5 kavenegar integration

366,462 86
laravel/laravel

The skeleton application for the Laravel framework.

64,738,171 84,935