LaravelPackages.net
Acme Inc.
Toggle sidebar
abhitheawesomecoder/laravel-edit-profile

package to add edit users profile feature to auth scaffold

855
3
1.0.2
About abhitheawesomecoder/laravel-edit-profile

abhitheawesomecoder/laravel-edit-profile is a Laravel package for package to add edit users profile feature to auth scaffold. It currently has 3 GitHub stars and 855 downloads on Packagist (latest version 1.0.2). Install it with composer require abhitheawesomecoder/laravel-edit-profile. Discover more Laravel packages by abhitheawesomecoder or browse all Laravel packages to compare alternatives.

Last updated

laravel-edit-profile

This package allows to add edit users profile feature to auth scaffold of laravel 5

Installation

Step 1 : Laravel 5.2 Auth Scafold

php artisan make:auth

Step 2 : Install Composer dependency

composer require abhitheawesomecoder/laravel-edit-profile

Step 3 : Register the Service Provider

Add Abhitheawesomecoder\Laraveleditprofile\EditprofileServiceProvider::class to providers array in config/app.php

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'

Usage

Go to link http://localhost/laravel/public/edit-profile

where http://localhost/laravel/public/ is path to your laravel website

Comments