定制 kriptiko/laravel-vue-table 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

kriptiko/laravel-vue-table

Composer 安装命令:

composer require kriptiko/laravel-vue-table

包简介

A Laravel package for handling requests from @kritpiko/vue-table component.

README 文档

README

A Laravel package for handling requests from @kritpiko/vue-table component.

Installation

Add the package to your Laravel app using composer

composer require kriptiko/laravel-vue-table

Usage

Here's an example of a paginated Query Builder result:

use Kriptiko\VueTable\VueTableRequest;

class PostController extends Controller
{
    
    public function index()
    {
        $vtr = new VueTableRequest(Post::query());

        return $vtr->paginated();
    }

    ...

Using withCount

To use withCount, you need to define the relationships after a new VueTableRequest object is instantiated. So you usually just need to do something like the following example:

$vtr = new VueTableRequest(User::query());
$vtr->withCount('comments');
$paginator  = $vtr->paginated();

License

kriptiko/laravel-vue-table is open-sourced software licensed under the MIT license.

About Kriptiko

Kriptiko is a Creative Studio specialized in web development based in Matosinhos, Portugal.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-11

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固