Removed the workbench functionality

This commit is contained in:
Graham Campbell
2015-01-01 15:50:57 +00:00
parent 3a36863c42
commit 598b487605
4 changed files with 0 additions and 48 deletions

View File

@@ -43,18 +43,3 @@ if (file_exists($compiled = __DIR__.'/compiled.php')) {
*/
Patchwork\Utf8\Bootup::initMbstring();
/*
|--------------------------------------------------------------------------
| Register The Workbench Loaders
|--------------------------------------------------------------------------
|
| The Laravel workbench provides a convenient place to develop packages
| when working locally. However we will need to load in the Composer
| auto-load files for the packages so that these can be used here.
|
*/
if (is_dir($workbench = __DIR__.'/../workbench')) {
Illuminate\Workbench\Starter::start($workbench);
}