assurrussa / grid-view-vue
Mini grid view table for laravel.
Package info
github.com/assurrussa/grid-view-table
Type:package
pkg:composer/assurrussa/grid-view-vue
1.2.7
2026-03-22 04:22 UTC
Requires
- php: ^8.1|^8.2|^8.3|^8.4
- laravel/framework: ^10.0|^11.0|^12.0|^13.0|^14.0|^15.0
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.1
- filp/whoops: ^2.16
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^8.0
- phpunit/phpunit: ^10.1
- squizlabs/php_codesniffer: ^3.10
README
Install packages
-
composer require assurrussa/grid-view-table -
If necessary, run the command
composer dump-autoload
php artisan vendor:publish --provider=Assurrussa\GridView\GridViewServiceProvider
Setting
- In file
config/amigrid.phprequired settings
Include
in template use
{!! $data !!}
<!-- AmiGridView -->
<link href="{{ asset('vendor/grid-view/css/amigrid.css') }}" rel="stylesheet">
<script src="{{ asset('vendor/grid-view/js/amigrid.js') }}"></script>
<!-- AmiGridView -->
@stack('scripts')
and ajax response - $data->toHtml()
Done!
AmiGridView DEMO
This is a sample app developed to showcase how the assurrussa/grid-view-table package works
Check it out on heroku