You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
551 B
30 lines
551 B
<?php return array ( |
|
'laravel/passport' => |
|
array ( |
|
'providers' => |
|
array ( |
|
0 => 'Laravel\\Passport\\PassportServiceProvider', |
|
), |
|
), |
|
'laravel/tinker' => |
|
array ( |
|
'providers' => |
|
array ( |
|
0 => 'Laravel\\Tinker\\TinkerServiceProvider', |
|
), |
|
), |
|
'nesbot/carbon' => |
|
array ( |
|
'providers' => |
|
array ( |
|
0 => 'Carbon\\Laravel\\ServiceProvider', |
|
), |
|
), |
|
'nunomaduro/termwind' => |
|
array ( |
|
'providers' => |
|
array ( |
|
0 => 'Termwind\\Laravel\\TermwindServiceProvider', |
|
), |
|
), |
|
); |