marasco/l5scaffold 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

marasco/l5scaffold

Composer 安装命令:

composer require marasco/l5scaffold

包简介

Extend Laravel 5's generators scaffold using AdminLTE2. Fork from Fernando Brito

README 文档

README

Hi, this is a scaffold generator for Laravel 5.2. (Laravel scaffold for Laravel 5.1? change branch to laravel-5.1 )

This is a fork from Fernando Brito (laralib/l5scaffold)

Usage

Step 1: Install Through Composer

composer require 'marasco/l5scaffold' --dev

Step 2: Add the Service Provider

Open config/app.php and, to your providers array at the bottom, add:

"Laralib\L5scaffold\GeneratorsServiceProvider"

Step 3: Run Artisan!

You're all set. Run php artisan from the console, and you'll see the new commands make:scaffold.

Examples

php artisan make:scaffold Tweet --schema="title:string:default('Tweet #1'), body:text"

This command will generate:

app/Tweet.php
app/Http/Controllers/TweetController.php
database/migrations/2015_04_23_234422_create_tweets_table.php
database/seeds/TweetTableSeeder.php
resources/views/layout.blade.php
resources/views/tweets/index.blade.php
resources/views/tweets/show.blade.php
resources/views/tweets/edit.blade.php
resources/views/tweets/create.blade.php

And don't forget to run:

php artisan migrate

Other Examples (new)

Same as above with use of the prefix. It will create the prefix in redirects of controller and the links of views (v1.0.7):

php artisan make:scaffold Tweet --schema="title:string:default('Tweet #1'), body:text" --prefix="admin"

Create the empty scaffold views, controller, seed, migration and model (v1.0.6):

php artisan make:scaffold Tweet

Create the empty scaffold (with prefix) views, controller, seed, migration and model (v1.0.7):

php artisan make:scaffold Tweet --prefix="admin"

Scaffold

image image image

###Data type Date (on view) image

###Data type Boolean (on view) image

Todo task list

1 - Validations

2 - Support a Localization

3 - More fields type

4 - Default tests file

5 - sass and js with gulp

Send us your ideas. (send message to @fernandobritofl (Twitter))



##Collaborators Fernando Brito
Francisco Marasco
Sylvio Tavares
Raphael Heitor
Alfred Nutile
Sazzad Hossain Khan
Alexander Makhaev
Adam Brown
TJ Webb
Tsaganos Tolis

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 110
  • 开发语言: PHP

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固