Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: Laravel-Backpack/CRUD
base: 3.4.8
Choose a base ref
head repository: Laravel-Backpack/CRUD
compare: 3.4.9
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on May 8, 2018

  1. Allow dot notation text fields, which enables relationship information

    By using Laravels `data_get` helper, it allows the users to display relationship information.
    
    e.g
    
    ```php
    $this->addColumn([
        'name' => 'profile.membership_number',
        'label' => 'Membership Number',
        'type' => 'text'
    ];
    ```
    OwenMelbz committed May 8, 2018

Commits on May 9, 2018

  1. Apply fixes from StyleCI (#1384)

    [ci skip] [skip ci]
    tabacitu committed May 9, 2018