承接 shin1x1/laravel-table-admin 相关项目开发

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

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

shin1x1/laravel-table-admin

Composer 安装命令:

composer require shin1x1/laravel-table-admin

包简介

Laravel-Table-Admin Simple CRUD package for Laravel 4

README 文档

README

Build Status

Laravel-Table-Admin Simple CRUD package for Laravel 4

list

edit

demo site

blog (Japanese)

Installation

First, add dependency in composer.json

$ composer require "shin1x1/laravel-table-admin" "dev-master"

or

{
    "require": {
        "shin1x1/laravel-table-admin": "0.1.*"
    }
}

Execute composer install or update

$ composer install or update

Next, add ServiceProvider and Facade in app/config/app.php

    'providers' => [
        // ....
        'Shin1x1\LaravelTableAdmin\TAbleAdminServiceProvider`
    ],
    'aliases' => [
        // ....
        'TableAdmin' => 'Shin1x1\LaravelTableAdmin\TableAdminFacade',
    ],

Finally, you specify table name that to be enable CRUD app/routes.php

TableAdmin::route([
    'classes',
    'nationalities',
    'riders',
]);

Done!

If you will open http://localhost/crud/{TABLE} in browser, you can access CRUD.

Customization

View template files

If you run the below command then view template files will be publish to app/views/packages/shin1x1/laravel-table-admin/.

$ php artisan view:publish shin1x1/laravel-table-admin
Views published for package: shin1x1/laravel-table-admin

Published view template files include 3 files.base.blade.php is base layout file.form.blade.php is create and edit form page.index.blade.php is index page.

$ ls app/views/packages/shin1x1/laravel-table-admin/
base.blade.php  form.blade.php  index.blade.php

Example

Example using this package is below repo.

https://github.com/shin1x1/laravel-table-admin-example

统计信息

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

GitHub 信息

  • Stars: 22
  • Watchers: 3
  • Forks: 4
  • 开发语言: PHP

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固