2017 © Pedro Peláez
 

library asasi-scaffold

Scaffold Generator For Asasi

image

sands/asasi-scaffold

Scaffold Generator For Asasi

  • Tuesday, July 26, 2016
  • by aminadha
  • Repository
  • 4 Watchers
  • 0 Stars
  • 45 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Scaffold generator for Sands Asasi (Laravel-Base)

Published and modify templates for other laravel 5 base., (*1)

Install

Install using composer, (*2)

composer require sands/asasi-scaffold

Publish Templates, (*3)

php artisan vendor:publish --provider="Sands\Scaffold\ScaffoldServiceProvider" --tag="templates"

Published templates can be found at config/sands/asasi/scaffold/templates, (*4)

Usage

Generate, (*5)

php artisan scaffold:generate

OR, (*6)

php artisan scaffold:make {table_name : Database table name. For example: user_tasks} {fields : Field definitions separated by "|". For example: name:Name:string|completed_at:Completed At:dateTime|is_completed:Is Completed:boolean} {relationships? : Model relationships separated by "|". For example: belongsTo:Country:countries:country_id|hasMany:Children:children:parent_id|hasOne:Profile:user_profile:profile_id} {--nesting= : Route nesting configuration following ModelName:foreign_key:route-binding. For example: UserBlacklists:user_blacklist_id:user-blacklists}

The Versions

26/07 2016

dev-master

9999999-dev

Scaffold Generator For Asasi

  Sources   Download

MIT

The Requires

 

26/07 2016

1.1.0

1.1.0.0

Scaffold Generator For Asasi

  Sources   Download

MIT

The Requires

 

22/07 2016

1.0.0

1.0.0.0

Scaffold Generator

  Sources   Download

MIT

The Requires