library october-scaffold
Module is wrapper for scallfooding commands in octoberCMS
brenodouglas/october-scaffold
Module is wrapper for scallfooding commands in octoberCMS
- Tuesday, December 8, 2015
- by breninho94
- Repository
- 1 Watchers
- 1 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Wrapper for scaffoldings commands for OctoberCMS
This package provide one artisan command of generator to speed up your development proccess:, (*1)
Installation with composer
composer require brenodouglas/october-scaffold
Registration and executation
-
Open config/app.php
and add new item in provider array:
BrenoDouglas\Provider\ScaffoldWrapperServiceProvider
, (*2)
-
Run command:
php artisan generate:scaffold PluginAuthor.Name Resource --force
, (*3)
dev-master
9999999-dev
Module is wrapper for scallfooding commands in octoberCMS
Sources
Download
MIT
The Development Requires
by
breninho94