Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaidQadirB committed Dec 4, 2021
1 parent b90179f commit 726fb58
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Cray For Laravel

[![Latest Version on Packagist](https://img.shields.io/packagist/v/junaidqadirb/cray.svg?style=flat-square)](https://packagist.org/packages/jq/cray)
[![Build Status](https://img.shields.io/travis/junaidqadirb/cray/master.svg?style=flat-square)](https://travis-ci.org/junaidqadirb/cray)
[![Latest Stable Version](http://poser.pugx.org/jq/cray/v)](https://packagist.org/packages/jq/cray)
[![Latest Unstable Version](http://poser.pugx.org/jq/cray/v/unstable)](https://packagist.org/packages/jq/cray)
[![Daily Downloads](http://poser.pugx.org/jq/cray/d/daily)](https://packagist.org/packages/jq/cray)
[![Total Downloads](http://poser.pugx.org/jq/cray/downloads)](https://packagist.org/packages/jq/cray)
[![Quality Score](https://img.shields.io/scrutinizer/g/junaidqadirb/cray.svg?style=flat-square)](https://scrutinizer-ci.com/g/junaidqadirb/cray)
[![Total Downloads](https://img.shields.io/packagist/dt/junaidqadirb/cray.svg?style=flat-square)](https://packagist.org/packages/jq/cray)
[![License](http://poser.pugx.org/jq/cray/license)](https://packagist.org/packages/jq/cray)
[![PHP Version Require](http://poser.pugx.org/jq/cray/require/php)](https://packagist.org/packages/jq/cray)


## What is Cray?
Expand Down Expand Up @@ -52,6 +54,11 @@ So what Cray does is when you tell it the model name, it will do all those borin
```bash
composer require jq/cray --dev
```
Or specify specific version, for example to try a beta

```bash
composer require "jq/cray:3.2.0-beta3" --dev
```

Then publish the stubs

Expand Down

0 comments on commit 726fb58

Please sign in to comment.