| Package Data | |
|---|---|
| Maintainer Username: | eviweb |
| Maintainer Contact: | dev@eviweb.fr (Eric VILLARD) |
| Package Create Date: | 2013-11-21 |
| Package Last Update: | 2020-01-21 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-23 15:00:51 |
| Package Statistics | |
|---|---|
| Total Downloads: | 21 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
This is an extension to the native workbench command provided by Laravel4
###Build Status
Travis CI: [
]
(https://travis-ci.org/eviweb/laravel4-workbench)
Scrutinizer CI: [![Scrutinizer Quality Score]
(https://scrutinizer-ci.com/g/eviweb/laravel4-workbench/badges/quality-score.png?s=20885ad142635ecdf98cefaf5cd3c00cacc4365b)]
(https://scrutinizer-ci.com/g/eviweb/laravel4-workbench/)
composer require eviweb/laravel4-workbench:dev-master
'evidev\laravel4\extensions\workbench\WorkbenchServiceProvider' in the
providers section of your app/config/app.php configuration filephp artisan package:install eviweb/laravel4-workbench:dev-master
Once the package is installed, run artisan config:publish eviweb/laravel4-workbench,
then edit the configuration file app/config/packages/laravel4-workbench/config.php.
Use the command artisan workbench [options] vendor/package as you done before.
This will generate your plugin skeleton.
--resources Create Laravel specific directories
--psr0 Specify a specific PSR-0 compliant namespace mapping
--ns Specify a custom namespace for this package
This feature extension ensures backward compatibility with the native implementation
This means that running artisan workbench vendor/package or artisan workbench --resources vendor/package
would give you the same result as before.