Skip to content

Commit

Permalink
comment Illuminate\Routing\ControllerServiceProvider::class for larav…
Browse files Browse the repository at this point in the history
…ell5.2
  • Loading branch information
scil committed Jan 22, 2016
1 parent b56d001 commit 259f5e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/laravelfly.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
Illuminate\Bus\BusServiceProvider::class,
Illuminate\Cache\CacheServiceProvider::class,
Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
Illuminate\Routing\ControllerServiceProvider::class,
/* depends */
/* This provider is missing in Laravel5.2, you can uncomment it in L5.1 */
// Illuminate\Routing\ControllerServiceProvider::class,
Illuminate\Cookie\CookieServiceProvider::class,
Illuminate\Database\DatabaseServiceProvider::class,
Illuminate\Encryption\EncryptionServiceProvider::class,
Expand Down Expand Up @@ -152,9 +154,10 @@
/* It's rare that there console services are used for your user. */
// 'command.auth.resets.clear' => [],'migrator' => [],...


/* depends */
/* This provider is missing in Laravel5.2, you can uncomment it in L5.1 */
/* Illuminate\Routing\ControllerServiceProvider::class :*/
'illuminate.route.dispatcher' => [],
// 'illuminate.route.dispatcher' => [],


/* Illuminate\Cookie\CookieServiceProvider::class :*/
Expand Down

0 comments on commit 259f5e2

Please sign in to comment.