Commit d431df31 authored by jiangbowen's avatar jiangbowen

test conn

parent 29477148
......@@ -6,7 +6,7 @@
"type": "project",
"require": {
"php": ">=7.0.0",
"adldap2/adldap2-laravel": "^4.0",
"adldap2/adldap2-laravel": "^6.1",
"fideloper/proxy": "~3.3",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0"
......
......@@ -29,7 +29,7 @@ Route::get('/ad', function () {
];
$ad->addProvider($config);
var_export($ad);
// var_export($ad);
try{
$provides = $ad->connect();
var_export($provides);die;
......
<?php return array(
'root' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'reference' => '294771486f31c2168183ac9921c39ec43791e3db',
'name' => 'laravel/laravel',
'dev' => true,
),
......@@ -341,12 +341,12 @@
'dev_requirement' => false,
),
'laravel/laravel' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => NULL,
'reference' => '294771486f31c2168183ac9921c39ec43791e3db',
'dev_requirement' => false,
),
'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