Skip to content

Commit

Permalink
Merge pull request #16648 from vlakoff/preloader
Browse files Browse the repository at this point in the history
[5.3] Preload some files required by already listed files
  • Loading branch information
taylorotwell authored Dec 4, 2016
2 parents d1a4f3f + 632de71 commit 187ab7b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Illuminate/Foundation/Console/Optimize/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Config/Repository.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Events/Dispatcher.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/Arrayable.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/Htmlable.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/Jsonable.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Cookie/Factory.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Cookie/QueueingFactory.php',
Expand All @@ -30,13 +31,18 @@
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Support/MessageBag.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/View/View.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Http/Kernel.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Factory.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Guard.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/StatefulGuard.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/SupportsBasicAuth.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/Access/Gate.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Hashing/Hasher.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Auth/AuthManager.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Auth/CreatesUserProviders.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Auth/GuardHelpers.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Auth/SessionGuard.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Auth/Access/Gate.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Auth/Access/HandlesAuthorization.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Contracts/Auth/UserProvider.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Container/Container.php',
Expand All @@ -56,6 +62,7 @@
$basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/RedirectsUsers.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/RegistersUsers.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/ResetsPasswords.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Auth/ThrottlesLogins.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Http/Request.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Http/Middleware/FrameGuard.php',
$basePath.'/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php',
Expand Down

0 comments on commit 187ab7b

Please sign in to comment.