2017 © Pedro Peláez
 

package laravel-user-management

A Module with API Services for Laravel User Management

image

techlify-inc/laravel-user-management

A Module with API Services for Laravel User Management

  • Monday, June 25, 2018
  • by JoshuaKissoon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 380 % Grown

The README.md

LaravelUserManagement

A simple package for Laravel that provides user management services, (*1)

Installation

Install this package with composer using the following command:, (*2)

composer require techlify-inc/laravel-user-management

Run migrations, (*3)

$ php artisan migrate

Usage

This package provides the following API services that your frontend can use:, (*4)

User Management


// Get the set of users GET api/users // Get a single user GET api/users/{id} // Add a new user POST api/users // Update a user record PATCH api/users/{id} // Delete a user record DELETE api/users/{id}

User Password Management


// Change the current user password POST api/user/current/update-password {current_password, new_password}

User Session Management


// Log out the currently logged in user POST api/user/logout // Get the User record of the currently logged in user GET api/user/current

The Versions

25/06 2018

dev-master

9999999-dev

A Module with API Services for Laravel User Management

  Sources   Download

MIT

The Requires

 

by Techlify Inc.

25/06 2018

0.4.1

0.4.1.0

A Module with API Services for Laravel User Management

  Sources   Download

MIT

The Requires

 

by Techlify Inc.

25/06 2018

0.4.0

0.4.0.0

A Module with API Services for Laravel User Management

  Sources   Download

MIT

The Requires

 

by Techlify Inc.

09/04 2018

0.3.0

0.3.0.0

A Module with API Services for Laravel User Management

  Sources   Download

MIT

The Requires

 

by Techlify Inc.

09/04 2018

0.2.0

0.2.0.0

A Module with API Services for Laravel User Management

  Sources   Download

MIT

The Requires

 

by Techlify Inc.

09/04 2018

0.1.0

0.1.0.0

A Module with API Services for Laravel User Management

  Sources   Download

MIT

The Requires

 

by Techlify Inc.