PHPackages                             iwanli/workbench - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. iwanli/workbench

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

iwanli/workbench
================

workbench for Laravel 5 .

v0.15(9y ago)2191MITPHPPHP &gt;=5.5.9

Since Aug 1Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lanceWan/l5-workbench)[ Packagist](https://packagist.org/packages/iwanli/workbench)[ RSS](/packages/iwanli-workbench/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

l5-workbench
============

[](#l5-workbench)

> depends on  ,custom directory and update some code

### Installation

[](#installation)

You can install the package via composer command line by running this following command.

```
composer require iwanli/workbench

```

After the package installed, add `Iwanli\Workbench\WorkbenchServiceProvider::class` to your `providers` array in `config/app.php` file.

```
'providers' => [

  /*
   * Laravel Framework Service Providers...
   */
     ....

    Iwanli\Workbench\WorkbenchServiceProvider::class,

],

```

And the last, publish the package's configuration by running:

```
php artisan vendor:publish

```

That will publish the `workbench.php` config file to your `config/` folder and you need to set the name and email of package creators on it.

```
