kankosal/user

User Management


License
MIT

Documentation

User Management

Release Notes

1.0.2

  • Update package version

1.0.1

  • Remove un use code
  • Setup Module
  • Fix Uninstall scripts

1.0.0

  • Initial version.

Installation

You need to register the service provider:

// config/app.php
'providers' => [
    ...
    Spatie\Html\HtmlServiceProvider::class,
];
'aliases' => [
    // ...
    'Html' => Spatie\Html\Facades\Html::class,
],