Skip to content

Commit

Permalink
Load app after WebEd provider to allow overwrite WebEd from Laravel a…
Browse files Browse the repository at this point in the history
…pplication
  • Loading branch information
duyphan2502 committed May 20, 2017
1 parent c2d8a2b commit 9aacb7c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 171 deletions.
3 changes: 1 addition & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
* Package Service Providers...
*/
Laravel\Tinker\TinkerServiceProvider::class,
WebEd\Base\Providers\ModuleProvider::class,

/*
* Application Service Providers...
Expand All @@ -177,8 +178,6 @@
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,

WebEd\Base\Providers\ModuleProvider::class,

],

/*
Expand Down
Binary file removed documentation/console/images/plugins.png
Binary file not shown.
102 changes: 0 additions & 102 deletions documentation/console/module.md

This file was deleted.

67 changes: 0 additions & 67 deletions documentation/console/theme.md

This file was deleted.

Binary file removed documentation/images/1.png
Binary file not shown.
Binary file removed documentation/images/2.png
Binary file not shown.
Binary file removed documentation/images/3.png
Binary file not shown.
Binary file removed documentation/images/4.png
Binary file not shown.
Binary file removed documentation/images/5.png
Binary file not shown.

0 comments on commit 9aacb7c

Please sign in to comment.