PHPackages                             nusait/usermanager-l4 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. nusait/usermanager-l4

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

nusait/usermanager-l4
=====================

1.0.0(11y ago)0207PHPPHP &gt;=5.3.0

Since Aug 23Pushed 11y ago4 watchersCompare

[ Source](https://github.com/nusait/usermanager-l4)[ Packagist](https://packagist.org/packages/nusait/usermanager-l4)[ RSS](/packages/nusait-usermanager-l4/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

UserManager Artisan Command Package
-----------------------------------

[](#usermanager-artisan-command-package)

Available Commands
------------------

[](#available-commands)

```
usermanager:adduser
usermanager:listusers

```

### To Install

[](#to-install)

1. Include the following in your composer.json

```
"nusait/usermanager-l4" : "*"

```

2. Run

```
composer update

```

3. Include the following in your `app.php` in your config folder

```
'Nusait\UsermanagerL4\UsermanagerL4ServiceProvider',

```

4. Publish the configuration

```
php artisan config:publish nusait/usermanager-l4

```

5. If you don't have a ldap.php in your `app/config` folder, Create one with the following:

```
