2017 © Pedro Peláez
 

library laravel-edit-profile

package to add edit users profile feature to auth scaffold

image

abhitheawesomecoder/laravel-edit-profile

package to add edit users profile feature to auth scaffold

  • Sunday, April 17, 2016
  • by theawesomecoder
  • Repository
  • 1 Watchers
  • 2 Stars
  • 619 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

laravel-edit-profile

This package allows to add edit users profile feature to auth scaffold of laravel 5, (*1)

Installation

Step 1 : Laravel 5.2 Auth Scafold, (*2)

php artisan make:auth

Step 2 : Install Composer dependency, (*3)

composer require abhitheawesomecoder/laravel-edit-profile

Step 3 : Register the Service Provider, (*4)

Add Abhitheawesomecoder\Laraveleditprofile\EditprofileServiceProvider::class to providers array in config/app.php, (*5)

In order to override the views of the package run the following command: 'php artisan vendor:publish' you can override the views under the folder: 'views/vendor/abhitheawesomecoder/laravel-edit-profile', (*6)

Usage

Go to link http://localhost/laravel/public/edit-profile, (*7)

where http://localhost/laravel/public/ is path to your laravel website, (*8)

The Versions

17/04 2016

dev-master

9999999-dev

package to add edit users profile feature to auth scaffold

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel

16/04 2016

1.0.2

1.0.2.0

package to add edit users profile feature to auth scaffold

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel

16/04 2016

1.0.0

1.0.0.0

package to add edit users profile feature to auth scaffold

  Sources   Download

MIT

The Requires

 

by Abhishek Kumar

laravel