Skip to content

Elshaden/livewire-usersystem

Repository files navigation

Livewire User management System

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This is Work In Progress Repo, Please Do Not Use Until Complete

Installation

You can install the package via composer:

composer require elshaden/livewire-usersystem

You can publish and run the migrations with:

php artisan vendor:publish --tag="livewire-usersystem-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="livewire-usersystem-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="livewire-usersystem-views"

Usage

Testing

composer test

Credits

License

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