LaravelPackages.net
Acme Inc.
Toggle sidebar
ymo/l4-openldap

An OpenLDAP authentication driver for Laravel 4.

316
6
About ymo/l4-openldap

ymo/l4-openldap is a Laravel package for an openldap authentication driver for laravel 4.. It currently has 6 GitHub stars and 316 downloads on Packagist. Install it with composer require ymo/l4-openldap. Discover more Laravel packages by ymo or browse all Laravel packages to compare alternatives.

Last updated

l4-openldap

An OpenLDAP authentication driver for Laravel 4.

Installation

Add the following to your composer.json file.

require {
	"ymo/l4-openldap": "dev-master"
}

Run composer update.

Open app/config/app.php and add:

Ymo\L4OpenLdap\L4OpenLdapServiceProvider

Open app/config/auth.php and change the authentication driver to ldap.

Configuration

Run php artisan config:publish ymo/l4-openldap and adjust the config file for your LDAP settings.

It can be found in app/config/packages/ymo/l4-openldap.

Star History Chart