LaravelPackages.net
Acme Inc.
Toggle sidebar
laraviet/backpackui1

Style CRUD of Backpack Generator UI

112
2
1.0.1
About laraviet/backpackui1

laraviet/backpackui1 is a Laravel package for style crud of backpack generator ui. It currently has 2 GitHub stars and 112 downloads on Packagist (latest version 1.0.1). Install it with composer require laraviet/backpackui1. Discover more Laravel packages by laraviet or browse all Laravel packages to compare alternatives.

Last updated

BackpackUI1

Style CRUD of Backpack Generator UI

Prerequisite

Need to install Backpack to your Laravel project first following this instruction

Installation

Via Composer

$ composer require laraviet/backpackui1

Usage

In generated CRUD Controller, add below lines into end of setup() method

$this->crud->setListView('backpackui1::theme.list');
$this->crud->removeButtonFromStack('create', 'top');

Star History Chart