Download the PHP package mawuekom/laravel-usercare without Composer
On this page you can find all versions of the php package mawuekom/laravel-usercare. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mawuekom/laravel-usercare
More information about mawuekom/laravel-usercare
Files in mawuekom/laravel-usercare
Package laravel-usercare
Short Description A Users Management Package that includes many features arround user
License MIT
Homepage https://github.com/mawuva/laravel-usercare
Informations about the package laravel-usercare
Usercase - A Users Management Package that includes many features arround user
This package provide a bunch of features that will help implement users management in your laravel project.
Installation
You can install the package via composer:
Usage
Once install, go to config/app.php
to add UsercareServiceProvider
in providers array
Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php
file.
-
Service Provider
-
Publish Assets
Or you can publish config
Configuration
- You can change connection for models, models path and there is also a handy pretend feature.
- There are many configurable options which have been extended to be able to configured via
.env
file variables. - Editing the configuration file directly may not needed because of this.
- See config file: usercare.php.
The rest is coming soon
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-usercare with dependencies
doctrine/dbal Version ^3.1
illuminate/support Version ^8.0|^9.0
illuminate/database Version ^8.0|^9.0
illuminate/validation Version ^8.0|^9.0
illuminate/http Version ^8.0|^9.0
mawuekom/laravel-custom-user Version ^2.0
mawuekom/laravel-repository Version ^1.3
mawuekom/laravel-lang-resources Version ^1.2
mawuekom/laravel-request-customizer Version ^1.1
spatie/data-transfer-object Version ^3.7
mawuekom/laravel-model-uuid Version ^2.0
mawuekom/laravel-custom-helpers Version ^1.0