2017 © Pedro Peláez
 

yii2-extension yii2-auto-crud

Adds a model and crud for each table in the database

image

c006/yii2-auto-crud

Adds a model and crud for each table in the database

  • Tuesday, September 19, 2017
  • by c006
  • Repository
  • 3 Watchers
  • 2 Stars
  • 391 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Yii2 Auto CRUD

New Version July, 2015, (*1)

Now with template support., (*2)

Overview

This extension queries all tables in a connection database (usually db) and creates all models, controllers and views (CRUD) automatically., (*3)

Create the database tables first then run this extension and it will create the majority for you., (*4)

Demo: http://demo.c006.us, (*5)

Installation

The preferred way to install this extension is through composer., (*6)

Either run, (*7)

php composer.phar require --prefer-source "c006/yii2-auto-crud" "dev-master"

or add, (*8)

"c006/yii2-auto-crud": "*"

to the require section of your composer.json file., (*9)

Required

Basic config/web.php, (*10)

Advanced [backend|frontend|common]/config/main.php, (*11)

> 'modules' => [ 'crud' => [ 'class' => 'c006\crud\Module', ], ... ... ],, (*12)

Install before using "yii2-auto-crud"., (*13)

php composer.phar require --prefer-dist "c006/yii2-submit-spinner" "dev-master", (*14)

Options

No options for this extension, (*15)

Usage

Pretty Url's /crud, (*16)

No pretty Url's index.php?r=crud, (*17)

Update default values vendor/c006/yii2-auto-crud/models/Crud.php, (*18)

Errors

Comments / Suggestions

Please provide any helpful feedback or requests., (*19)

Thanks., (*20)

The Versions

19/09 2017

dev-master

9999999-dev

Adds a model and crud for each table in the database

  Sources   Download

MIT

The Development Requires

by Jon Chambers

extension yii2 crud gii widgets

19/09 2017

v2.1

2.1.0.0

Adds a model and crud for each table in the database

  Sources   Download

MIT

The Development Requires

by Jon Chambers

extension yii2 crud gii widgets

19/09 2017

v2.0

2.0.0.0

Adds a model and crud for each table in the database

  Sources   Download

MIT

The Development Requires

by Jon Chambers

extension yii2 crud gii widgets

14/08 2016

dev-develop

dev-develop

Adds a model and crud for each table in the database

  Sources   Download

MIT

The Development Requires

by Jon Chambers

extension yii2 crud gii widgets

22/08 2015

v1.0.0

1.0.0.0

Adds a model and crud for each table in the database

  Sources   Download

MIT

The Development Requires

by Jon Chambers

extension yii2 crud gii widgets

08/08 2015

1.0.x-dev

1.0.9999999.9999999-dev

Adds a model and crud for each table in the database

  Sources   Download

MIT

The Development Requires

by Jon Chambers

extension yii2 crud gii widgets