reta110/user-profile

Infyom user profile boilerplate.

Installs: 953

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:coomposer-plugin

1.1 2018-11-12 15:29 UTC

This package is auto-updated.

Last update: 2024-05-13 10:07:16 UTC


README

Extensible user-profile for infyom package.

  1. Run the composer command
	composer require reta110/user-profile
  1. Add the Service Provider in config/app.php
	Reta110\UserProfile\UserProfileServiceProvider::class,
  1. 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>