2017 © Pedro Peláez
 

library extended-crud

Extends templates compiling for appzcoder/crud-generator

image

a2design/extended-crud

Extends templates compiling for appzcoder/crud-generator

  • Monday, May 16, 2016
  • by rabbiabram
  • Repository
  • 4 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Extednded Crud Generator

Extends templates compiling for appzcoder/crud-generator, (*1)

Requirements

Laravel >=5.1
PHP >= 5.5.9

Installation

  1. Run, (*2)

    composer require a2design/extended-crud
    
  2. Add service provider to /config/app.php file., (*3)

    'providers' => [
        ...
    
        A2Design\ExtendedCrud\ExtendedCrudServiceProvider::class,
    ],
    
  3. Install laravelcollective/html package for form & html., (*4)

    • Run
    composer require laravelcollective/html
    // For laravel 5.1
    composer require laravelcollective/html "5.1.*"
    
    • Add service provider & aliases to /config/app.php file.
    'providers' => [
        ...
    
        Collective\Html\HtmlServiceProvider::class,
    ],
    
    // Use the lines below for "laravelcollective/html" package otherwise remove it.
    'aliases' => [
        ...
    
        'Form'      => Collective\Html\FormFacade::class,
        'HTML'      => Collective\Html\HtmlFacade::class,
    ],
    
  4. Run composer dump-autoload, (*5)

  5. Publish config file & generator template files., (*6)

    php artisan vendor:publish
    

Note: You should have configured database for this operation., (*7)

Commands

See docs of original generator, (*8)

The Versions

16/05 2016

dev-master

9999999-dev

Extends templates compiling for appzcoder/crud-generator

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

16/05 2016

dev-dev

dev-dev

Extends templates compiling for appzcoder/crud-generator

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

16/05 2016

v1.0.8

1.0.8.0

Extends templates compiling for appzcoder/crud-generator

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.0.7

1.0.7.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.0.5

1.0.5.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.0.4

1.0.4.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.0.2

1.0.2.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy

15/05 2016

v1.0.1

1.0.1.0

Allows DB structure listing (with types)

  Sources   Download

MIT

The Requires

 

by Vladislav Bezverkhiy