brenodouglas/october-scaffold

Module is wrapper for scallfooding commands in octoberCMS

dev-master 2015-12-08 16:05 UTC

This package is not auto-updated.

Last update: 2024-05-01 17:02:52 UTC


README

This package provide one artisan command of generator to speed up your development proccess:

  • generate:scaffold

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

  • Run command: php artisan generate:scaffold PluginAuthor.Name Resource --force