Skip to content

Commit

Permalink
Started adding a few instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mindofmicah committed Apr 25, 2015
1 parent 6fb3720 commit 07c8eb3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -4,4 +4,24 @@
[![License](https://poser.pugx.org/mindofmicah/laravel-datatables/license.svg)](https://packagist.org/packages/mindofmicah/laravel-datatables)

# laravel-datatables


## Usage

### Step 1: Install Through Composer

```
composer require mindofmicah/laravel-datatables
```

### Step 2: Add the Service Provider ... coming soon
```php
public function register()
{

}
```
### Step 3: Add the Facade(optional) ... coming soon

## Running the tests
Make sure that the storage directory has 777 permissions when running tests

0 comments on commit 07c8eb3

Please sign in to comment.