https://github.com/cartalyst/demo-data-grid
https://github.com/cartalyst/demo-data-grid
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cartalyst/demo-data-grid
- Owner: cartalyst
- Created: 2014-02-07T21:05:34.000Z (over 12 years ago)
- Default Branch: 6.x
- Last Pushed: 2021-03-10T12:53:43.000Z (over 5 years ago)
- Last Synced: 2024-04-14T12:30:27.434Z (about 2 years ago)
- Language: PHP
- Size: 22.6 MB
- Stars: 22
- Watchers: 10
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Data-Grid Demo
This is a basic demo showing some of the functionality of the Data-Grid package.
> *Note:* This demo is not a fully-fledged app. It's a demo, so we're not covering every possible scenario or completed every endpoint.
### Installation
To install this demo, firstly you must be a subscriber of Cartalyst's [Arsenal](https://cartalyst.com/arsenal).
1. Clone this repository by running `git clone git@github.com:cartalyst/demo-data-grid.git` on your CLI
2. Run `composer install` from your terminal
3. Run `cp .env.example .env`
4. Run `php artisan key:generate`
5. Setup your database credentials on the `.env` file
6. Run `php artisan migrate --seed` to run migrations and seed the database. This will take a few minutes to complete.
7. Boot up your server!