Commit d431df31 authored by jiangbowen's avatar jiangbowen

test conn

parent 29477148
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"type": "project", "type": "project",
"require": { "require": {
"php": ">=7.0.0", "php": ">=7.0.0",
"adldap2/adldap2-laravel": "^4.0", "adldap2/adldap2-laravel": "^6.1",
"fideloper/proxy": "~3.3", "fideloper/proxy": "~3.3",
"laravel/framework": "5.5.*", "laravel/framework": "5.5.*",
"laravel/tinker": "~1.0" "laravel/tinker": "~1.0"
......
...@@ -29,7 +29,7 @@ Route::get('/ad', function () { ...@@ -29,7 +29,7 @@ Route::get('/ad', function () {
]; ];
$ad->addProvider($config); $ad->addProvider($config);
var_export($ad); // var_export($ad);
try{ try{
$provides = $ad->connect(); $provides = $ad->connect();
var_export($provides);die; var_export($provides);die;
......
<?php return array( <?php return array(
'root' => array( 'root' => array(
'pretty_version' => '1.0.0+no-version-set', 'pretty_version' => 'dev-master',
'version' => '1.0.0.0', 'version' => 'dev-master',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => NULL, 'reference' => '294771486f31c2168183ac9921c39ec43791e3db',
'name' => 'laravel/laravel', 'name' => 'laravel/laravel',
'dev' => true, 'dev' => true,
), ),
...@@ -341,12 +341,12 @@ ...@@ -341,12 +341,12 @@
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laravel/laravel' => array( 'laravel/laravel' => array(
'pretty_version' => '1.0.0+no-version-set', 'pretty_version' => 'dev-master',
'version' => '1.0.0.0', 'version' => 'dev-master',
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => NULL, 'reference' => '294771486f31c2168183ac9921c39ec43791e3db',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'laravel/tinker' => array( 'laravel/tinker' => array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment