A demo of Laravel 4 JqGrid package.
A live demo is available at http://goo.gl/s8uNBR
- PHP >= 5.3
- MCrypt PHP Extension
- Composer
The following steps describes how to setup a development environment on a GNU/Linux operating system:
- git clone https://github.com/mgallegos/laravel-jqgrid-demo.git demo
- cd ./demo
- composer install
- php artisan serve
- Open your browser and go to http://localhost:8000
Laravel jqGrid package demo is open source software licensed under the MIT License.