-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP/AD Settings 4.0 Beta #3871
Comments
I am experiencing the same issue. It looks like the test button uses the api route /api/v1/settings/ldaptest and results in a 401 Unauthorized return code. In exploring further, it looks like the settings need to be saved prior to using the test button(?) so I added debug logging to the SettingsController and found this error when attempting to save the LDAP configuration:
Interestingly enough, when I tried to setup a slack integration (to see if it would help me get LDAP working) I found this error:
|
Commenting out the 'slack' validation rules in the /app/Models/Setting.php file lets me save my LDAP settings:
Now when I click the 'Test LDAP Connection' button I get a 500 Internal Server Error with no logs tied to it (I'm in debug mode). In the LDAP Documentation it references this command that can be used to sync users that I tried:
Which produced:
I'm still trying to drill down to understand this better. |
@jmartins1 - can you be more specific than "broken"? Errors, logs, etc.
That's correct |
Sorry, I'm not a programmer just an end user. If have tried multiple combinations on the LDAP page. Nothing seems to work. These are the exact setting I used on the earlier version and they worked. I have also used these settings on other web apps. On the 4.0 beta version these settings no matter what I use will not pull information from active directory. If you require additional information please tell me how to produce what you're looking for to help troubleshoot this issue.
|
I'm also not able to save the settings, I receive Error: Please check the
form below for errors
|
@jmartins1 The information we need was in the issue template. Please see the getting help documentation for information on how to turn on debugging, find log files, etc. https://snipe-it.readme.io/docs/getting-help |
I am running the latest Beta version of Snipe-IT, latest version of Chrome,
and Windows 10 64Bit
|
That error doesn't really make sense though. Line 37 is:
That error implies that the user isn't an object, in which case it should trigger that error the first time we reference the user in that transformer. |
Can you do a fresh pull and see if today's changes fix anything? I can't reproduce this error at all on my end. |
I'd love too... Would you mind telling me where I can download the update? I'm assuming the update instructions apply. New to all this... thanks for your patience :)
Sent from BlueMail
…On Aug 22, 2017, 2:54 PM, at 2:54 PM, snipe ***@***.***> wrote:
Can you do a fresh pull and see if today's changes fix anything? I
can't reproduce this error at all on my end.
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#3871 (comment)
|
I downloaded a fresh copy of 4.0 Beta. Please find logs below.
Unauthenticated.
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Auth\Middleware\Authenticate.php#66
Illuminate\Auth\AuthenticationException
}
}
throw new AuthenticationException('Unauthenticated.', $guards);
}
}
- eloquent.booting: App\Models\Asset (0μs)
Params
0
Object(App\Models\Asset)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\Asset (0μs)
Params
0
Object(App\Models\Asset)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booting: App\Models\Accessory (0μs)
Params
0
Object(App\Models\Accessory)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\Accessory (0μs)
Params
0
Object(App\Models\Accessory)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booting: App\Models\Component (0μs)
Params
0
Object(App\Models\Component)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\Component (0μs)
Params
0
Object(App\Models\Component)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booting: App\Models\Consumable (0μs)
Params
0
Object(App\Models\Consumable)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\Consumable (0μs)
Params
0
Object(App\Models\Consumable)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booting: App\Models\License (0μs)
Params
0
Object(App\Models\License)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\License (0μs)
Params
0
Object(App\Models\License)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- bootstrapped: Illuminate\Foundation\Bootstrap\BootProviders (0μs)
Params
0
Object(Illuminate\Foundation\Application)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\StatementPrepared (0μs)
Params
0
[
connection => Object(Illuminate\Database\MySqlConnection),
statement => Object(Doctrine\DBAL\Driver\PDOStatement)
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\QueryExecuted (0μs)
Params
0
[
sql => select * from information_schema.tables where table_schema
= ? and table_name = ?,
bindings => [0 => snipeit, 1 => users],
time => 6.07,
connection => Object(Illuminate\Database\MySqlConnection),
connectionName => mysql
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
listeners.1
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\StatementPrepared (0μs)
Params
0
[
connection => Object(Illuminate\Database\MySqlConnection),
statement => Object(Doctrine\DBAL\Driver\PDOStatement)
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\QueryExecuted (0μs)
Params
0
[
sql => select * from information_schema.tables where table_schema
= ? and table_name = ?,
bindings => [0 => snipeit, 1 => settings],
time => 1.21,
connection => Object(Illuminate\Database\MySqlConnection),
connectionName => mysql
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
listeners.1
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booting: App\Models\User (0μs)
Params
0
Object(App\Models\User)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\User (0μs)
Params
0
Object(App\Models\User)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\StatementPrepared (0μs)
Params
0
[
connection => Object(Illuminate\Database\MySqlConnection),
statement => Object(Doctrine\DBAL\Driver\PDOStatement)
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\QueryExecuted (0μs)
Params
0
[
sql => select count(*) as aggregate from `users`,
bindings => [],
time => 0.54,
connection => Object(Illuminate\Database\MySqlConnection),
connectionName => mysql
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
listeners.1
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booting: App\Models\Setting (0μs)
Params
0
Object(App\Models\Setting)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\Setting (0μs)
Params
0
Object(App\Models\Setting)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\StatementPrepared (0μs)
Params
0
[
connection => Object(Illuminate\Database\MySqlConnection),
statement => Object(Doctrine\DBAL\Driver\PDOStatement)
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\QueryExecuted (0μs)
Params
0
[
sql => select count(*) as aggregate from `settings`,
bindings => [],
time => 0.69,
connection => Object(Illuminate\Database\MySqlConnection),
connectionName => mysql
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
listeners.1
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\StatementPrepared (0μs)
- Illuminate\Database\Events\QueryExecuted (0μs)
Params
0
[
sql => select * from `users` where `id` = ? and
`users`.`deleted_at` is null limit 1,
bindings => [0 => 1],
time => 0.9,
connection => Object(Illuminate\Database\MySqlConnection),
connectionName => mysql
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
listeners.1
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Auth\Events\Authenticated (0μs)
Params
0
[user => Object(App\Models\User)]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booting: App\Models\Group (0μs)
Params
0
Object(App\Models\Group)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- eloquent.booted: App\Models\Group (0μs)
Params
0
Object(App\Models\Group)
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\StatementPrepared (0μs)
Params
0
[
connection => Object(Illuminate\Database\MySqlConnection),
statement => Object(Doctrine\DBAL\Driver\PDOStatement)
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Database\Events\QueryExecuted (0μs)
Params
0
[
sql => select `groups`.*, `users_groups`.`user_id` as
`pivot_user_id`, `users_groups`.`group_id` as `pivot_group_id` from
`groups` inner join `users_groups` on `groups`.`id` =
`users_groups`.`group_id` where `users_groups`.`user_id` = ?,
bindings => [0 => 1],
time => 1.68,
connection => Object(Illuminate\Database\MySqlConnection),
connectionName => mysql
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
listeners.1
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
- Illuminate\Routing\Events\RouteMatched (0μs)
Params
0
[
route => Object(Illuminate\Routing\Route),
request => Object(Illuminate\Http\Request)
]
listeners.0
Illuminate\Events\{closure}
(\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php:344-350)
-
- select * from information_schema.tables where table_schema = 'snipeit'
and table_name = 'users'6.07ms\app\Models\Setting.php:68snipeit
Metadata
Bindings
- 0. snipeit
- 1. users
Hints
- Use SELECT * only if you need all columns from table
Backtrace
- 10. \app\Models\Setting.php:68
- 11. \app\Http\Middleware\CheckForSetup.php:22
- 14. \app\Http\Middleware\NosniffGuard.php:17
- 17. \app\Http\Middleware\XssProtectHeader.php:17
- 20. \app\Http\Middleware\FrameGuard.php:17
- 35. \public\index.php:58
- select * from information_schema.tables where table_schema = 'snipeit'
and table_name = 'settings'1.21ms\app\Models\Setting.php:69snipeit
Metadata
Bindings
- 0. snipeit
- 1. settings
Hints
- Use SELECT * only if you need all columns from table
Backtrace
- 10. \app\Models\Setting.php:69
- 11. \app\Http\Middleware\CheckForSetup.php:22
- 14. \app\Http\Middleware\NosniffGuard.php:17
- 17. \app\Http\Middleware\XssProtectHeader.php:17
- 20. \app\Http\Middleware\FrameGuard.php:17
- 35. \public\index.php:58
- select count(*) as aggregate from `users`540μs
\app\Models\Setting.php:72snipeit
Metadata
Hints
- The SELECT statement has no WHERE clause and could examine many
more rows than intended
Backtrace
- 13. \app\Models\Setting.php:72
- 14. \app\Http\Middleware\CheckForSetup.php:22
- 17. \app\Http\Middleware\NosniffGuard.php:17
- 20. \app\Http\Middleware\XssProtectHeader.php:17
- 23. \app\Http\Middleware\FrameGuard.php:17
- 38. \public\index.php:58
- select count(*) as aggregate from `settings`690μs
\app\Models\Setting.php:73snipeit
Metadata
Hints
- The SELECT statement has no WHERE clause and could examine many
more rows than intended
Backtrace
- 15. \app\Models\Setting.php:73
- 16. \app\Http\Middleware\CheckForSetup.php:22
- 19. \app\Http\Middleware\NosniffGuard.php:17
- 22. \app\Http\Middleware\XssProtectHeader.php:17
- 25. \app\Http\Middleware\FrameGuard.php:17
- 40. \public\index.php:58
- select * from `users` where `id` = '1' and `users`.`deleted_at` is null
limit 1900μs\app\Http\Middleware\CheckForDebug.php:21snipeit
Metadata
Bindings
- 0. 1
Hints
- Use SELECT * only if you need all columns from table
- LIMIT without ORDER BY causes non-deterministic results, depending
on the query execution plan
Backtrace
- 18. \app\Http\Middleware\CheckForDebug.php:21
- 21. \vendor\fideloper\proxy\src\TrustProxies.php:55
- 24. \app\Http\Middleware\CheckForSetup.php:27
- 27. \app\Http\Middleware\NosniffGuard.php:17
- 30. \app\Http\Middleware\XssProtectHeader.php:17
- 33. \app\Http\Middleware\FrameGuard.php:17
- 48. \public\index.php:58
- select `groups`.*, `users_groups`.`user_id` as `pivot_user_id`,
`users_groups`.`group_id` as `pivot_group_id` from `groups` inner join
`users_groups` on `groups`.`id` = `users_groups`.`group_id` where
`users_groups`.`user_id` = '1'1.68ms\app\Models\User.php:100
-
- debug
-
[2017-08-22 16:58:21] production.DEBUG: Authenticating user against
database. #91 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#92
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#93
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request),
Object(Closure))#94
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#95
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(64):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#96
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request),
Object(Closure))#97
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#98
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(46):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#99
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request),
Object(Closure))#100
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#101
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#102
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(149):
Illuminate\Pipeline\Pipeline->then(Object(Closure))#103
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(116):
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))#104
C:\wamp\www\snipe-it\public\index.php(58):
Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))#105
{main}
Next Illuminate\Database\QueryException: SQLSTATE[42S02]: Base
table or view not found: 1146 Table 'snipeit.oauth_clients' doesn't
exist (SQL: insert into `oauth_clients` (`user_id`, `name`, `secret`,
`redirect`, `personal_access_client`, `password_client`, `revoked`,
`updated_at`, `created_at`) values (, Snipe-IT Personal Access Client,
ErfNY4PvFRXquKVSNt86UZRkCwTLOe8K7DFsS1HB, http://localhost, 1, 0, 0,
2017-08-22 16:42:01, 2017-08-22 16:42:01)) in
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Connection.php:647
Stack trace:
#0 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Connection.php(607):
Illuminate\Database\Connection->runQueryCallback('insert into `oa...',
Array, Object(Closure))
#1 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Connection.php(450):
Illuminate\Database\Connection->run('insert into `oa...', Array,
Object(Closure))
#2 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Connection.php(404):
Illuminate\Database\Connection->statement('insert into `oa...', Array)
#3 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Query\Processors\Processor.php(32):
Illuminate\Database\Connection->insert('insert into `oa...', Array)
#4 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php(2138):
Illuminate\Database\Query\Processors\Processor->processInsertGetId(Object(Illuminate\Database\Query\Builder),
'insert into `oa...', Array, 'id')
#5 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php(1247):
Illuminate\Database\Query\Builder->insertGetId(Array, 'id')
#6 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(684):
Illuminate\Database\Eloquent\Builder->__call('insertGetId', Array)
#7 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(649):
Illuminate\Database\Eloquent\Model->insertAndSetId(Object(Illuminate\Database\Eloquent\Builder),
Array)
#8 C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php(518):
Illuminate\Database\Eloquent\Model->performInsert(Object(Illuminate\Database\Eloquent\Builder))
#9 C:\wamp\www\snipe-it\vendor\laravel\passport\src\ClientRepository.php(92):
Illuminate\Database\Eloquent\Model->save()
#10 C:\wamp\www\snipe-it\vendor\laravel\passport\src\ClientRepository.php(107):
Laravel\Passport\ClientRepository->create(NULL, 'Snipe-IT Person...',
'http://localhos...', true)#11
C:\wamp\www\snipe-it\vendor\laravel\passport\src\Console\ClientCommand.php(63):
Laravel\Passport\ClientRepository->createPersonalAccessClient(NULL,
'Snipe-IT Person...', 'http://localhos...')#12
C:\wamp\www\snipe-it\vendor\laravel\passport\src\Console\ClientCommand.php(39):
Laravel\Passport\Console\ClientCommand->createPersonalClient(Object(Laravel\Passport\ClientRepository))#13
[internal function]:
Laravel\Passport\Console\ClientCommand->handle(Object(Laravel\Passport\ClientRepository))#14
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(29):
call_user_func_array(Array, Array)#15
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(87):
Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()#16
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(31):
Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application),
Array, Object(Closure))#17
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\Container.php(539):
Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application),
Array, Array, NULL)#18
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Console\Command.php(182):
Illuminate\Container\Container->call(Array)#19
C:\wamp\www\snipe-it\vendor\symfony\console\Command\Command.php(264):
Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Illuminate\Console\OutputStyle))#20
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Console\Command.php(167):
Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Illuminate\Console\OutputStyle))#21
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Console\Command.php(197):
Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Illuminate\Console\OutputStyle))#22
C:\wamp\www\snipe-it\vendor\laravel\passport\src\Console\InstallCommand.php(31):
Illuminate\Console\Command->call('passport:client', Array)#23
[internal function]:
Laravel\Passport\Console\InstallCommand->handle()#24
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(29):
call_user_func_array(Array, Array)#25
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(87):
Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()#26
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php(31):
Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application),
Array, Object(Closure))#27
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Container\Container.php(539):
Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application),
Array, Array, NULL)#28
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Console\Command.php(182):
Illuminate\Container\Container->call(Array)#29
C:\wamp\www\snipe-it\vendor\symfony\console\Command\Command.php(264):
Illuminate\Console\Command->execute(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Illuminate\Console\OutputStyle))#30
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Console\Command.php(167):
Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Illuminate\Console\OutputStyle))#31
C:\wamp\www\snipe-it\vendor\symfony\console\Application.php(869):
Illuminate\Console\Command->run(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Symfony\Component\Console\Output\BufferedOutput))#32
C:\wamp\www\snipe-it\vendor\symfony\console\Application.php(223):
Symfony\Component\Console\Application->doRunCommand(Object(Laravel\Passport\Console\InstallCommand),
Object(Symfony\Component\Console\Input\ArrayInput),
Object(Symfony\Component\Console\Output\BufferedOutput))#33
C:\wamp\www\snipe-it\vendor\symfony\console\Application.php(130):
Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Symfony\Component\Console\Output\BufferedOutput))#34
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Console\Application.php(141):
Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArrayInput),
Object(Symfony\Component\Console\Output\BufferedOutput))#35
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(220):
Illuminate\Console\Application->call('passport:instal...',
Object(Illuminate\Support\Collection), NULL)#36
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php(221):
Illuminate\Foundation\Console\Kernel->call('passport:instal...')#37
C:\wamp\www\snipe-it\app\Http\Controllers\DashboardController.php(42):
Illuminate\Support\Facades\Facade::__callStatic('call', Array)#38
[internal function]:
App\Http\Controllers\DashboardController->getIndex()#39
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Controller.php(55):
call_user_func_array(Array, Array)#40
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\ControllerDispatcher.php(44):
Illuminate\Routing\Controller->callAction('getIndex', Array)#41
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Route.php(203):
Illuminate\Routing\ControllerDispatcher->dispatch(Object(Illuminate\Routing\Route),
Object(App\Http\Controllers\DashboardController), 'getIndex')#42
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Route.php(160):
Illuminate\Routing\Route->runController()#43
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Router.php(574):
Illuminate\Routing\Route->run()#44
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(30):
Illuminate\Routing\Router->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#45
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Auth\Middleware\Authenticate.php(43):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#46
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Auth\Middleware\Authenticate->handle(Object(Illuminate\Http\Request),
Object(Closure))#47
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#48
C:\wamp\www\snipe-it\vendor\laravel\passport\src\Http\Middleware\CreateFreshApiToken.php(49):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#49
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Laravel\Passport\Http\Middleware\CreateFreshApiToken->handle(Object(Illuminate\Http\Request),
Object(Closure))#50
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#51
C:\wamp\www\snipe-it\app\Http\Middleware\CheckForTwoFactor.php(49):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#52
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
App\Http\Middleware\CheckForTwoFactor->handle(Object(Illuminate\Http\Request),
Object(Closure))#53
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#54
C:\wamp\www\snipe-it\app\Http\Middleware\CheckLocale.php(42):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#55
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
App\Http\Middleware\CheckLocale->handle(Object(Illuminate\Http\Request),
Object(Closure))#56
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#57
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\VerifyCsrfToken.php(65):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#58
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle(Object(Illuminate\Http\Request),
Object(Closure))#59
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#60
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse.php(37):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#61
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle(Object(Illuminate\Http\Request),
Object(Closure))#62
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#63
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Cookie\Middleware\EncryptCookies.php(59):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#64
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Cookie\Middleware\EncryptCookies->handle(Object(Illuminate\Http\Request),
Object(Closure))#65
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#66
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#67
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Router.php(576):
Illuminate\Pipeline\Pipeline->then(Object(Closure))#68
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Router.php(535):
Illuminate\Routing\Router->runRouteWithinStack(Object(Illuminate\Routing\Route),
Object(Illuminate\Http\Request))#69
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Router.php(513):
Illuminate\Routing\Router->dispatchToRoute(Object(Illuminate\Http\Request))#70
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(174):
Illuminate\Routing\Router->dispatch(Object(Illuminate\Http\Request))#71
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(30):
Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}(Object(Illuminate\Http\Request))#72
C:\wamp\www\snipe-it\app\Http\Middleware\CheckForDebug.php(25):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#73
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
App\Http\Middleware\CheckForDebug->handle(Object(Illuminate\Http\Request),
Object(Closure))#74
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#75
C:\wamp\www\snipe-it\vendor\fideloper\proxy\src\TrustProxies.php(55):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#76
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Fideloper\Proxy\TrustProxies->handle(Object(Illuminate\Http\Request),
Object(Closure))#77
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#78
C:\wamp\www\snipe-it\app\Http\Middleware\CheckForSetup.php(27):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#79
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
App\Http\Middleware\CheckForSetup->handle(Object(Illuminate\Http\Request),
Object(Closure))#80
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#81
C:\wamp\www\snipe-it\app\Http\Middleware\NosniffGuard.php(17):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#82
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
App\Http\Middleware\NosniffGuard->handle(Object(Illuminate\Http\Request),
Object(Closure))#83
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#84
C:\wamp\www\snipe-it\app\Http\Middleware\XssProtectHeader.php(17):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#85
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
App\Http\Middleware\XssProtectHeader->handle(Object(Illuminate\Http\Request),
Object(Closure))#86
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#87
C:\wamp\www\snipe-it\app\Http\Middleware\FrameGuard.php(17):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#88
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
App\Http\Middleware\FrameGuard->handle(Object(Illuminate\Http\Request),
Object(Closure))#89
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#90
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php(49):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#91
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\View\Middleware\ShareErrorsFromSession->handle(Object(Illuminate\Http\Request),
Object(Closure))#92
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#93
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php(64):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#94
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Session\Middleware\StartSession->handle(Object(Illuminate\Http\Request),
Object(Closure))#95
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#96
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php(46):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#97
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(148):
Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle(Object(Illuminate\Http\Request),
Object(Closure))#98
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php(53):
Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}(Object(Illuminate\Http\Request))#99
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php(102):
Illuminate\Routing\Pipeline->Illuminate\Routing\{closure}(Object(Illuminate\Http\Request))#100
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(149):
Illuminate\Pipeline\Pipeline->then(Object(Closure))#101
C:\wamp\www\snipe-it\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php(116):
Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter(Object(Illuminate\Http\Request))#102
C:\wamp\www\snipe-it\public\index.php(58):
Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request))#103
{main}
- '\public\index.php',
- '\bootstrap\autoload.php',
- '\vendor\autoload.php',
- '\vendor\composer\autoload_real.php',
- '\vendor\composer\ClassLoader.php',
- '\vendor\composer\autoload_static.php',
- '\vendor\symfony\polyfill-mbstring\bootstrap.php',
- '\vendor\symfony\var-dumper\Resources\functions\dump.php',
- '\vendor\guzzlehttp\psr7\src\functions_include.php',
- '\vendor\guzzlehttp\psr7\src\functions.php',
- '\vendor\guzzlehttp\promises\src\functions_include.php',
- '\vendor\guzzlehttp\promises\src\functions.php',
- '\vendor\guzzlehttp\guzzle\src\functions_include.php',
- '\vendor\guzzlehttp\guzzle\src\functions.php',
- '\vendor\paragonie\random_compat\lib\random.php',
- '\vendor\mtdowling\jmespath.php\src\JmesPath.php',
- '\vendor\aws\aws-sdk-php\src\functions.php',
- '\vendor\swiftmailer\swiftmailer\lib\swift_required.php',
- '\vendor\swiftmailer\swiftmailer\lib\classes\Swift.php',
- '\vendor\phpseclib\phpseclib\phpseclib\bootstrap.php',
- '\vendor\psy\psysh\src\Psy\functions.php',
- '\vendor\symfony\polyfill-php56\bootstrap.php',
- '\vendor\laravel\framework\src\Illuminate\Foundation\helpers.php',
- '\vendor\laravel\framework\src\Illuminate\Support\helpers.php',
- '\vendor\barryvdh\laravel-debugbar\src\helpers.php',
- '\vendor\laravelcollective\html\src\helpers.php',
- '\vendor\spatie\laravel-backup\src\Helpers\functions.php',
- '\bootstrap\app.php',
- '\vendor\laravel\framework\src\Illuminate\Foundation\Application.php',
- '\vendor\laravel\framework\src\Illuminate\Container\Container.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Container\Container.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Foundation\Application.php',
- '\vendor\symfony\http-kernel\HttpKernelInterface.php',
-
'\vendor\laravel\framework\src\Illuminate\Events\EventServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Support\ServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Arr.php',
-
'\vendor\laravel\framework\src\Illuminate\Support\Traits\Macroable.php',
- '\vendor\laravel\framework\src\Illuminate\Log\LogServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php',
- '\app\Http\Kernel.php',
- '\vendor\laravel\framework\src\Illuminate\Foundation\Http\Kernel.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\Http\Kernel.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\Router.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Routing\Registrar.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Routing\BindingRegistrar.php',
- '\vendor\laravel\framework\src\Illuminate\Events\Dispatcher.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Events\Dispatcher.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\RouteCollection.php',
- '\vendor\laravel\framework\src\Illuminate\Http\Request.php',
- '\vendor\symfony\http-foundation\Request.php',
-
'\vendor\laravel\framework\src\Illuminate\Http\Concerns\InteractsWithContentTypes.php',
-
'\vendor\laravel\framework\src\Illuminate\Http\Concerns\InteractsWithFlashData.php',
-
'\vendor\laravel\framework\src\Illuminate\Http\Concerns\InteractsWithInput.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Support\Arrayable.php',
- '\vendor\symfony\http-foundation\ParameterBag.php',
- '\vendor\symfony\http-foundation\FileBag.php',
- '\vendor\symfony\http-foundation\ServerBag.php',
- '\vendor\symfony\http-foundation\HeaderBag.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Str.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\LoadEnvironmentVariables.php',
- '\vendor\vlucas\phpdotenv\src\Dotenv.php',
- '\vendor\vlucas\phpdotenv\src\Loader.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\LoadConfiguration.php',
- '\vendor\laravel\framework\src\Illuminate\Config\Repository.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Config\Repository.php',
- '\vendor\symfony\finder\Finder.php',
- '\vendor\symfony\finder\Iterator\FileTypeFilterIterator.php',
- '\vendor\symfony\finder\Iterator\FilterIterator.php',
- '\vendor\symfony\finder\Iterator\RecursiveDirectoryIterator.php',
- '\vendor\symfony\finder\Iterator\ExcludeDirectoryFilterIterator.php',
- '\vendor\symfony\finder\Iterator\FilenameFilterIterator.php',
- '\vendor\symfony\finder\Iterator\MultiplePcreFilterIterator.php',
- '\vendor\symfony\finder\Glob.php',
- '\vendor\symfony\finder\Iterator\PathFilterIterator.php',
- '\vendor\symfony\finder\SplFileInfo.php',
- '\config\app.php',
- '\config\auth.php',
- '\config\aws.php',
- '\vendor\aws\aws-sdk-php-laravel\src\AwsServiceProvider.php',
- '\config\broadcasting.php',
- '\config\cache.php',
- '\config\compile.php',
- '\config\database.php',
- '\config\debugbar.php',
- '\config\filesystems.php',
- '\config\image.php',
- '\config\laravel-backup.php',
- '\config\mail.php',
- '\config\permissions.php',
- '\config\queue.php',
- '\config\services.php',
- '\config\session.php',
- '\config\trustedproxy.php',
- '\config\version.php',
- '\config\view.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\EnvironmentDetector.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\HandleExceptions.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\RegisterFacades.php',
- '\vendor\laravel\framework\src\Illuminate\Foundation\AliasLoader.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\RegisterProviders.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\ProviderRepository.php',
- '\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php',
- '\bootstrap\cache\services.php',
-
'\vendor\laravel\framework\src\Illuminate\Auth\AuthServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Cookie\CookieServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\DatabaseServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Model.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasAttributes.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasEvents.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasGlobalScopes.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasRelationships.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HasTimestamps.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\HidesAttributes.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\GuardsAttributes.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Support\Jsonable.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Queue\QueueableEntity.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Routing\UrlRoutable.php',
-
'\vendor\laravel\framework\src\Illuminate\Encryption\EncryptionServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Providers\FoundationServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Support\AggregateServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Providers\FormRequestServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Notifications\NotificationServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Pagination\PaginationServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Pagination\Paginator.php',
-
'\vendor\laravel\framework\src\Illuminate\Pagination\AbstractPaginator.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Support\Htmlable.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Pagination\Paginator.php',
-
'\vendor\laravel\framework\src\Illuminate\Session\SessionServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\View\ViewServiceProvider.php',
- '\vendor\barryvdh\laravel-debugbar\src\ServiceProvider.php',
- '\vendor\barryvdh\laravel-debugbar\config\debugbar.php',
- '\vendor\laravel\framework\src\Illuminate\Console\Application.php',
- '\vendor\symfony\console\Application.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Console\Application.php',
-
'\vendor\intervention\image\src\Intervention\Image\ImageServiceProvider.php',
-
'\vendor\intervention\image\src\Intervention\Image\ImageServiceProviderLaravel5.php',
- '\vendor\intervention\image\src\config\config.php',
- '\vendor\spatie\laravel-backup\src\BackupServiceProvider.php',
- '\vendor\spatie\laravel-backup\config\laravel-backup.php',
- '\vendor\spatie\laravel-backup\src\Notifications\EventHandler.php',
- '\vendor\spatie\laravel-backup\src\Notifications\Notifier.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\Logging\Log.php',
- '\vendor\laravel\framework\src\Illuminate\Log\Writer.php',
- '\vendor\psr\log\Psr\Log\LoggerInterface.php',
- '\vendor\monolog\monolog\src\Monolog\Logger.php',
- '\vendor\monolog\monolog\src\Monolog\Handler\StreamHandler.php',
-
'\vendor\monolog\monolog\src\Monolog\Handler\AbstractProcessingHandler.php',
- '\vendor\monolog\monolog\src\Monolog\Handler\AbstractHandler.php',
- '\vendor\monolog\monolog\src\Monolog\Handler\HandlerInterface.php',
- '\vendor\monolog\monolog\src\Monolog\Formatter\LineFormatter.php',
-
'\vendor\monolog\monolog\src\Monolog\Formatter\NormalizerFormatter.php',
- '\vendor\monolog\monolog\src\Monolog\Formatter\FormatterInterface.php',
- '\vendor\fideloper\proxy\src\TrustedProxyServiceProvider.php',
- '\vendor\laravel\passport\src\PassportServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Facades\Auth.php',
- '\vendor\laravel\framework\src\Illuminate\Auth\AuthManager.php',
-
'\vendor\laravel\framework\src\Illuminate\Auth\CreatesUserProviders.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\Auth\Factory.php',
- '\app\Providers\AppServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Facades\Log.php',
- '\app\Providers\AuthServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Support\Providers\AuthServiceProvider.php',
- '\app\Providers\EventServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Support\Providers\EventServiceProvider.php',
- '\app\Providers\RouteServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Support\Providers\RouteServiceProvider.php',
- '\app\Providers\MacroServiceProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\BootProviders.php',
- '\vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\DatabaseManager.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\ConnectionResolverInterface.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Connectors\ConnectionFactory.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Engines\EngineResolver.php',
- '\vendor\laravel\framework\src\Illuminate\View\FileViewFinder.php',
-
'\vendor\laravel\framework\src\Illuminate\View\ViewFinderInterface.php',
- '\vendor\laravel\framework\src\Illuminate\View\Factory.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesComponents.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesEvents.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesLayouts.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesLoops.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesStacks.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Concerns\ManagesTranslations.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\View\Factory.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\Route.php',
-
'\vendor\laravel\framework\src\Illuminate\Routing\RouteDependencyResolverTrait.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\RouteAction.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\RouteGroup.php',
- '\vendor\barryvdh\laravel-debugbar\src\LaravelDebugbar.php',
- '\vendor\maximebf\debugbar\src\DebugBar\DebugBar.php',
- '\vendor\laravel\framework\src\Illuminate\Session\SessionManager.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Manager.php',
- '\vendor\barryvdh\laravel-debugbar\src\SymfonyHttpDriver.php',
- '\vendor\maximebf\debugbar\src\DebugBar\HttpDriverInterface.php',
- '\vendor\barryvdh\laravel-debugbar\src\Storage\FilesystemStorage.php',
- '\vendor\maximebf\debugbar\src\DebugBar\Storage\StorageInterface.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\PhpInfoCollector.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\DataCollector.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\DataCollectorInterface.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\MessagesCollector.php',
- '\vendor\psr\log\Psr\Log\AbstractLogger.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\MessagesAggregateInterface.php',
- '\vendor\maximebf\debugbar\src\DebugBar\DataCollector\Renderable.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\TimeDataCollector.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\MemoryCollector.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\ExceptionsCollector.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\LaravelCollector.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\EventCollector.php',
- '\vendor\symfony\http-kernel\DataCollector\Util\ValueExporter.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\ViewCollector.php',
- '\vendor\maximebf\debugbar\src\DebugBar\Bridge\Twig\TwigCollector.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\AssetProvider.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\IlluminateRouteCollector.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\QueryCollector.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataCollector\PDO\PDOCollector.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataFormatter\QueryFormatter.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataFormatter\DataFormatter.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\DataFormatter\DataFormatterInterface.php',
- '\vendor\symfony\var-dumper\Cloner\VarCloner.php',
- '\vendor\symfony\var-dumper\Cloner\AbstractCloner.php',
- '\vendor\symfony\var-dumper\Cloner\ClonerInterface.php',
- '\vendor\symfony\var-dumper\Dumper\CliDumper.php',
- '\vendor\symfony\var-dumper\Dumper\AbstractDumper.php',
- '\vendor\symfony\var-dumper\Dumper\DataDumperInterface.php',
- '\vendor\symfony\var-dumper\Cloner\DumperInterface.php',
- '\vendor\laravel\framework\src\Illuminate\Database\Connection.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\DetectsDeadlocks.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\DetectsLostConnections.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Concerns\ManagesTransactions.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\ConnectionInterface.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\MySqlConnection.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Query\Grammars\MySqlGrammar.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Query\Grammars\Grammar.php',
- '\vendor\laravel\framework\src\Illuminate\Database\Grammar.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Query\Processors\MySqlProcessor.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Query\Processors\Processor.php',
-
'\vendor\laravel\framework\src\Illuminate\Mail\MailServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Mail\Mailer.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\Mail\Mailer.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Mail\MailQueue.php',
- '\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Mailer.php',
- '\vendor\swiftmailer\swiftmailer\lib\swift_init.php',
- '\vendor\swiftmailer\swiftmailer\lib\dependency_maps\cache_deps.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\DependencyContainer.php',
- '\vendor\swiftmailer\swiftmailer\lib\dependency_maps\mime_deps.php',
- '\vendor\swiftmailer\swiftmailer\lib\mime_types.php',
- '\vendor\swiftmailer\swiftmailer\lib\dependency_maps\message_deps.php',
-
'\vendor\swiftmailer\swiftmailer\lib\dependency_maps\transport_deps.php',
- '\vendor\swiftmailer\swiftmailer\lib\preferences.php',
- '\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Preferences.php',
- '\vendor\laravel\framework\src\Illuminate\Mail\TransportManager.php',
- '\vendor\swiftmailer\swiftmailer\lib\classes\Swift\SmtpTransport.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\EsmtpTransport.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\AbstractSmtpTransport.php',
- '\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\SmtpAgent.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\IoBuffer.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\InputByteStream.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\OutputByteStream.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\ByteStream\AbstractFilterableInputStream.php',
- '\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Filterable.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\StreamFilters\StringReplacementFilterFactory.php'...
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\ReplacementFilterFactory.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\Esmtp\AuthHandler.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\EsmtpHandler.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\Esmtp\Auth\CramMd5Authenticator.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\Esmtp\Authenticator.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\Esmtp\Auth\LoginAuthenticator.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\Esmtp\Auth\PlainAuthenticator.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\Esmtp\Auth\NTLMAuthenticator.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\Esmtp\Auth\XOAuth2Authenticator.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Events\SimpleEventDispatcher.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Events\EventDispatcher.php',
-
'\vendor\laravel\framework\src\Illuminate\Queue\QueueServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Queue\QueueManager.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\Queue\Factory.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\Queue\Monitor.php',
-
'\vendor\maximebf\debugbar\src\DebugBar\Bridge\SwiftMailer\SwiftMailCollector.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Plugins\MessageLogger.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Events\SendListener.php',
-
'\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Events\EventListener.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\LogsCollector.php',
- '\vendor\psr\log\Psr\Log\LogLevel.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\FilesCollector.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\MultiAuthCollector.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\AuthCollector.php',
-
'\vendor\barryvdh\laravel-debugbar\src\DataCollector\GateCollector.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Auth\Access\Gate.php',
- '\vendor\laravel\framework\src\Illuminate\Auth\Access\Gate.php',
-
'\vendor\laravel\framework\src\Illuminate\Auth\Access\HandlesAuthorization.php',
- '\vendor\barryvdh\laravel-debugbar\src\JavascriptRenderer.php',
- '\vendor\maximebf\debugbar\src\DebugBar\JavascriptRenderer.php',
- '\vendor\fideloper\proxy\config\trustedproxy.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Facades\Event.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Facades\Schema.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Schema\Grammars\MySqlGrammar.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Schema\Grammars\Grammar.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Schema\MySqlBuilder.php',
- '\vendor\laravel\framework\src\Illuminate\Database\Schema\Builder.php',
- '\app\Models\Asset.php',
- '\app\Models\Depreciable.php',
- '\app\Models\SnipeModel.php',
- '\app\Models\Loggable.php',
- '\app\Models\Requestable.php',
- '\app\Presenters\Presentable.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\SoftDeletes.php',
- '\vendor\watson\validating\src\ValidatingTrait.php',
- '\vendor\watson\validating\src\Injectors\UniqueInjector.php',
- '\app\Http\Traits\UniqueUndeletedTrait.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\SoftDeletingScope.php',
- '\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Scope.php',
- '\vendor\watson\validating\src\ValidatingObserver.php',
- '\app\Observers\AssetObserver.php',
- '\app\Models\Accessory.php',
- '\app\Models\CompanyableTrait.php',
- '\app\Models\CompanyableScope.php',
- '\app\Observers\AccessoryObserver.php',
- '\app\Models\Component.php',
- '\app\Observers\ComponentObserver.php',
- '\app\Models\Consumable.php',
- '\app\Observers\ConsumableObserver.php',
- '\app\Models\License.php',
- '\app\Observers\LicenseObserver.php',
-
'\vendor\laravel\framework\src\Illuminate\Support\Facades\Validator.php',
-
'\vendor\laravel\framework\src\Illuminate\Validation\ValidationServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Validation\Factory.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Validation\Factory.php',
-
'\vendor\laravel\framework\src\Illuminate\Translation\TranslationServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Translation\FileLoader.php',
-
'\vendor\laravel\framework\src\Illuminate\Translation\LoaderInterface.php',
- '\vendor\laravel\framework\src\Illuminate\Translation\Translator.php',
-
'\vendor\laravel\framework\src\Illuminate\Support\NamespacedItemResolver.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Translation\Translator.php',
-
'\vendor\laravel\framework\src\Illuminate\Validation\DatabasePresenceVerifier.php',
-
'\vendor\laravel\framework\src\Illuminate\Validation\PresenceVerifierInterface.php',
- '\vendor\laravel\framework\src\Illuminate\View\ViewName.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Facades\Gate.php',
- '\vendor\laravel\passport\src\Passport.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Facades\Route.php',
- '\vendor\laravel\passport\src\RouteRegistrar.php',
- '\vendor\nesbot\carbon\src\Carbon\Carbon.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\UrlGenerator.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Routing\UrlGenerator.php',
- '\routes\api.php',
-
'\vendor\laravel\framework\src\Illuminate\Routing\ResourceRegistrar.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Pluralizer.php',
-
'\vendor\doctrine\inflector\lib\Doctrine\Common\Inflector\Inflector.php',
- '\routes\web\hardware.php',
- '\routes\web\models.php',
- '\routes\web\accessories.php',
- '\routes\web\licenses.php',
- '\routes\web\consumables.php',
- '\routes\web\fields.php',
- '\routes\web\components.php',
- '\routes\web\users.php',
- '\routes\web.php',
- '\resources\macros\macros.php',
- '\vendor\laravelcollective\html\src\FormFacade.php',
- '\vendor\laravelcollective\html\src\HtmlServiceProvider.php',
- '\vendor\laravelcollective\html\src\FormBuilder.php',
- '\vendor\laravelcollective\html\src\Componentable.php',
- '\vendor\laravelcollective\html\src\HtmlBuilder.php',
-
'\vendor\laravel\framework\src\Illuminate\Session\FileSessionHandler.php',
- '\vendor\laravel\framework\src\Illuminate\Session\Store.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Session\Session.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\Pipeline.php',
- '\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Pipeline\Pipeline.php',
-
'\vendor\laravel\framework\src\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode.php',
-
'\vendor\laravel\framework\src\Illuminate\Session\Middleware\StartSession.php',
- '\vendor\laravel\framework\src\Illuminate\Support\Collection.php',
-
'\vendor\laravel\framework\src\Illuminate\View\Middleware\ShareErrorsFromSession.php',
- '\vendor\laravel\framework\src\Illuminate\Support\ViewErrorBag.php',
- '\app\Http\Middleware\FrameGuard.php',
- '\app\Http\Middleware\XssProtectHeader.php',
- '\app\Http\Middleware\NosniffGuard.php',
- '\app\Http\Middleware\CheckForSetup.php',
- '\app\Models\Setting.php',
-
'\vendor\laravel\framework\src\Illuminate\Notifications\Notifiable.php',
-
'\vendor\laravel\framework\src\Illuminate\Notifications\HasDatabaseNotifications.php',
-
'\vendor\laravel\framework\src\Illuminate\Notifications\RoutesNotifications.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Connectors\MySqlConnector.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Connectors\ConnectorInterface.php',
- '\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOConnection.php',
- '\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\Connection.php',
- '\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOStatement.php',
- '\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\Statement.php',
- '\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\ResultStatement.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Events\StatementPrepared.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Events\QueryExecuted.php',
- '\app\Models\User.php',
- '\vendor\laravel\framework\src\Illuminate\Auth\Authenticatable.php',
-
'\vendor\laravel\framework\src\Illuminate\Auth\Passwords\CanResetPassword.php',
- '\vendor\laravel\passport\src\HasApiTokens.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Auth\Authenticatable.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Auth\CanResetPassword.php',
- '\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Concerns\BuildsQueries.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Builder.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Concerns\QueriesRelationships.php',
- '\vendor\fideloper\proxy\src\TrustProxies.php',
- '\app\Http\Middleware\CheckForDebug.php',
-
'\vendor\laravel\framework\src\Illuminate\Auth\EloquentUserProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Auth\UserProvider.php',
-
'\vendor\laravel\framework\src\Illuminate\Hashing\HashServiceProvider.php',
- '\vendor\laravel\framework\src\Illuminate\Hashing\BcryptHasher.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Hashing\Hasher.php',
- '\vendor\laravel\framework\src\Illuminate\Auth\SessionGuard.php',
- '\vendor\laravel\framework\src\Illuminate\Auth\GuardHelpers.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Auth\StatefulGuard.php',
- '\vendor\laravel\framework\src\Illuminate\Contracts\Auth\Guard.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Auth\SupportsBasicAuth.php',
- '\vendor\laravel\framework\src\Illuminate\Cookie\CookieJar.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Cookie\QueueingFactory.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Cookie\Factory.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Collection.php',
-
'\vendor\laravel\framework\src\Illuminate\Contracts\Queue\QueueableCollection.php',
-
'\vendor\laravel\framework\src\Illuminate\Auth\Events\Authenticated.php',
- '\vendor\laravel\framework\src\Illuminate\Queue\SerializesModels.php',
-
'\vendor\laravel\framework\src\Illuminate\Queue\SerializesAndRestoresModelIdentifiers.php',
- '\app\Models\Group.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Relations\BelongsToMany.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Relations\Relation.php',
-
'\vendor\laravel\framework\src\Illuminate\Database\Eloquent\Relations\Concerns\InteractsWithPivotTab...
-
'\vendor\laravel\framework\src\Illuminate\Database\Query\JoinClause.php',
- '\vendor\barryvdh\laravel-debugbar\src\Middleware\Debugbar.php',
- '\vendor\laravel\framework\src\Illuminate\Routing\RouteCompiler.php',
- '\vendor\symfony\routing\Route.php',
- '\vendor\symfony\routing\RouteCompiler.php',
- '\vendor\symfony\routing\RouteCompilerInterface.php',
- '\vendor\symfony\routing\CompiledRoute.php',
-
'\vendor\laravel\framework\src\Illuminate\Routing\Matching\UriValidator.php',
-
|
I think a nice UI addition would be a message that indicates that the LDAP settings need to be saved before they can be tested. Also, some additional logging around saving settings would be nice for troubleshooting.. |
@rcarterv all of those are planned, but we have to ship v4 first. |
Good to know- I'll wait for LDAP functionality post-4.0 release. |
LDAP functionality (minus the test button) now works for me as of 4.0-beta4. Thanks! |
Using the same LDAP settings as in V3.6.6 (Working)
Attempted to use same LDAP settings in V4.0-beta (Broken)
The text was updated successfully, but these errors were encountered: