Package Data | |
---|---|
Maintainer Username: | theawesomecoder |
Maintainer Contact: | abhitheawesomecoder@gmail.com (Abhishek Kumar) |
Package Create Date: | 2016-04-15 |
Package Last Update: | 2016-04-17 |
Home Page: | http://customphpscript.com |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:22:43 |
Package Statistics | |
---|---|
Total Downloads: | 833 |
Monthly Downloads: | 5 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 2 |
Total Forks: | 2 |
Total Open Issues: | 0 |
This package allows to add edit users profile feature to auth scaffold of laravel 5
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'
Go to link http://localhost/laravel/public/edit-profile
where http://localhost/laravel/public/ is path to your laravel website