Looking to hire Laravel developers? Try LaraJobs

laravel-userable maintained by fer-projekt

Description
Multiple User Type Models for Laravel.
Last update
2024/03/27 05:53 (dev-main)
License
Links
Downloads
259
Tags

Comments
comments powered by Disqus

Laravel Userable

This package transforms Laravel's User model to be an "abstract-like" model so that you can create as much separate userable (user-type) models as you wish.

Installation

You can install the package via composer:

composer require fer-projekt/laravel-userable

Usage

Development

Clone the package from the github:

git clone https://github.com/fer-projekt/laravel-userable.git

cd laravel-userable

Starting & stopping docker

docker-compose up -d
docker-compose down

Install dependencies via composer and testing:

docker-compose exec app bash
composer update
phpunit

License

The MIT License (MIT). Please see License File for more information.