Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 739 Bytes

Laravel 4 jqGrid package demo

A demo of Laravel 4 JqGrid package.

Live demo

A live demo is available at http://goo.gl/s8uNBR

Server Requirements

  • PHP >= 5.3
  • MCrypt PHP Extension
  • Composer

Installation

The following steps describes how to setup a development environment on a GNU/Linux operating system:

  1. git clone https://github.com/mgallegos/laravel-jqgrid-demo.git demo
  2. cd ./demo
  3. composer install
  4. php artisan serve
  5. Open your browser and go to http://localhost:8000

License

Laravel jqGrid package demo is open source software licensed under the MIT License.