Extensible user-profile for infyom package.
- Run the composer command
composer require reta110/user-profile
- Add the Service Provider in config/app.php
Reta110\UserProfile\UserProfileServiceProvider::class,
- Replace the link in the file resources/views/layouts/app.blade..php
<a href="{!! route('user-profile.edit') !!}" class="btn btn-default btn-flat">Profile</a>