reta110/user-profile

Infyom user profile boilerplate.

Maintainers

Package info

github.com/Reta110/userprofile

Language:HTML

Type:coomposer-plugin

pkg:composer/reta110/user-profile

Statistics

Installs: 972

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1 2018-11-12 15:29 UTC

This package is auto-updated.

Last update: 2026-03-13 14:02:10 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>