![]() |
DataGrid helpers for Laravel Framework Applications |
This package helps to create DataGrid (CRUD) pages for Laravel 6+ framework applications.
|
Overview
This package helps to create DataGrid (CRUD) pages for Laravel 6+ framework applications.
Begin by pulling in the package through Composer.
composer require apphp/laravel-datagrid
Next, make sure you connected Bootstrap. You may either pull in the Bootstrap's CSS within your HTML or layout file, or write your own CSS classes based on them.
<link rel="stylesheet" href="//getbootstrap.com/docs/4.0/dist/css/bootstrap.min.css">
Demo: GitHub
Features
- Filter
- Pagination
- Messages
Requirements
- PHP >=7.0
- Laravel 6+
- Bootstrap 3+
Instructions
Related products