laraviet / backpackui1
Style CRUD of Backpack Generator UI
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- backpack/crud: ^3.5
- illuminate/support: ~5
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-10-18 18:51:13 UTC
README
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');