Skip to content

pinglayson/profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Profile

Laravel package for user accounts.

Installation

  1. composer require pinglayson/profile
  2. php artisan make:auth
  3. add in config/app.php
    Pinglayson\Profile\ProfileServiceProvider::class,
  4. php artisan migrate