承接 a2design/extended-crud 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

a2design/extended-crud

Composer 安装命令:

composer require a2design/extended-crud

包简介

Extends templates compiling for appzcoder/crud-generator

README 文档

README

Extends templates compiling for appzcoder/crud-generator

Requirements

Laravel >=5.1
PHP >= 5.5.9

Installation

  1. Run

    composer require a2design/extended-crud
    
  2. Add service provider to /config/app.php file.

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

    • 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. Publish config file & generator template files.

    php artisan vendor:publish
    

Note: You should have configured database for this operation.

Commands

See docs of original generator

统计信息

  • 总下载量: 50
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-05-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固