Skip to content

[READ ONLY] Subtree split of the Illuminate Workbench component (see laravel/framework)

Notifications You must be signed in to change notification settings

shivergard/workbench

 
 

Repository files navigation

workbench

My Version of WorkBench . Extended features.

=> Creates default readme.md

=> Makes default Console command for project

=> displays at the end provider path for config/app.php

composer.json

"repositories": [
      {
      "type": "git",
       "url": "git@github.com:shivergard/workbench.git"
      }
 ],


"require": {
...
	"illuminate/workbench": "dev-destabilizator"
},

In config/app.php

'providers' => [
  ...
	'Illuminate\Workbench\WorkbenchServiceProvider',
];

Used in [[ https://bitbucket.org/basicblades/laravel-package-development-blade ]]

About

[READ ONLY] Subtree split of the Illuminate Workbench component (see laravel/framework)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%