PHPackages                             thenandan/grids - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. thenandan/grids

ActiveLaravel-library[Database &amp; ORM](/categories/database)

thenandan/grids
===============

Grids for Laravel 5+ frameworks

v3.2(5y ago)5145proprietaryPHPPHP &gt;=7.1.0

Since Aug 26Pushed 5y agoCompare

[ Source](https://github.com/thenandan/grids)[ Packagist](https://packagist.org/packages/thenandan/grids)[ Docs](https://github.com/thenandan/grids)[ RSS](/packages/thenandan-grids/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (4)Versions (94)Used By (0)

Grids
=====

[](#grids)

### `Data Grids Framework for Laravel`

[](#data-grids-framework-for-laravel)

This package is forked from [Nayjest/Grids](https://github.com/Nayjest/Grids) and is wrapper for the package, does not support (laravel &lt; 5) and used bootstrap 4 by default.

Requirements
------------

[](#requirements)

- Laravel &gt;= 5+
- php &gt;= 7.1
- bootstrap 4
- fontawesome 5

Installation
------------

[](#installation)

```
    composer require thenandan/grids

```

Publishing Assets
-----------------

[](#publishing-assets)

```
    php artisan vendor:publish --tag=public
```

Creating the Grid Class
-----------------------

[](#creating-the-grid-class)

```
    php artisan make:grid CompanyGrid
```

This will generate the CompanyGrid class as below -

```
