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.5
2024-11-21 18:43 UTC
Requires
- php: >=7.1.3
- laravel/framework: ^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.0
- barryvdh/laravel-ide-helper: ^2.2
- filp/whoops: ~2.0
- mockery/mockery: ~1.0
- nunomaduro/collision: ~1.1
- phpunit/phpunit: ~7.0
- squizlabs/php_codesniffer: 2.*
- symfony/thanks: ^1.0
This package is auto-updated.
Last update: 2026-02-21 21:53:35 UTC
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