pinglayson/profile

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

Laravel package for user accounts

Maintainers

Package info

github.com/pinglayson/profile

pkg:composer/pinglayson/profile

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-14 00:04:38 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