pinglayson/profile

There is no license information available for the latest version (1.0.2-stable) of this package.

Laravel package for user accounts

1.0.2-stable 2018-11-13 06:57 UTC

This package is auto-updated.

Last update: 2024-04-13 19:48:21 UTC


README

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