Purpose

Quickly get up to speed on library usage by installing this application. Demo applications include one or more examples of a given library in action.

Each example is broken down into files based on purpose and each includes it's own tutorial. These tutorials outline the purpose of each file and where its been implemented within the applications structure.

Demo applications are built on Laravel. If you're not familiar with the Laravel framework a good place to start is by reading through the Laravel Documentation.


Requirements

Ensure you meet the following requirements.

  1. An active membership. Learn More
  2. PHP >= 5.6.4
  3. OpenSSL PHP Extension
  4. PDO PHP Extension
  5. Mbstring PHP Extension
  6. Tokenizer PHP Extension
  7. XML PHP Extension
  8. A Database Engine - Mysql (preferred), sqlite, pgsql, sqlsrv)

Download

Cloning the repository using the link below. You can also download the repository from Github

Or via the command line.

git clone git@github.com:cartalyst/demo-data-grid.git


Installation

  1. Change directories into the location you cloned/downloaded the application.
  2. Make sure composer is installed and run composer install
  3. php artisan install & follow instructions.
  4. Installation Complete.

Code well, rock on!