Skip to content

Commit 82f74ad

Browse files
committed
Updated Readme
1 parent 7a507ca commit 82f74ad

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Add blog database tables to a Laravel app
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/chrisjk123/laravel-blogger.svg?style=flat-square)](https://packagist.org/packages/chrisjk123/laravel-blogger)
4-
[![Build Status](https://img.shields.io/travis/chrisjk123/laravel-blogger/master.svg?style=flat-square)](https://travis-ci.org/chrisjk123/laravel-blogger)
5-
[![Quality Score](https://img.shields.io/scrutinizer/g/chrisjk123/laravel-blogger.svg?style=flat-square)](https://scrutinizer-ci.com/g/chrisjk123/laravel-blogger)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/chrisjk123/laravel-blogger.svg?style=flat-square)](https://packagist.org/packages/chrisjk123/laravel-blogger)
3+
[![build status](https://img.shields.io/travis/chrisjk123/laravel-blogger/master.svg?style=flat-square)](https://travis-ci.org/chrisjk123/laravel-blogger)
4+
[![stable: v1.0.1](https://img.shields.io/badge/License-IPL%201.0-blue.svg)](https://packagist.org/packages/chrisjk123/laravel-blogger)
5+
[![code quality](https://img.shields.io/scrutinizer/g/chrisjk123/laravel-blogger.svg?style=flat-square)](https://scrutinizer-ci.com/g/chrisjk123/laravel-blogger)
6+
[![downloads](https://img.shields.io/packagist/dt/chrisjk123/laravel-blogger.svg?style=flat-square)](https://packagist.org/packages/chrisjk123/laravel-blogger)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
78

89
## Table of Contents
910

1011
* [Introduction](#introduction)
1112
* [Requirements](#requirements)
1213
* [Installation](#installation)
13-
* [Local testing](#local-testing)
14+
* [Testing](#testing)
1415
* [Usage](#usage)
1516
* [Changelog](#changelog)
1617
* [Security](#security)
@@ -123,13 +124,12 @@ within a different directory or has a different primary key it can be changed he
123124
],
124125
```
125126

126-
## Local testing
127+
## Testing
127128

128-
For testing purposes, you can publish the factories with:
129+
Run the tests with:
129130

130131
```bash
131-
php artisan vendor:publish --provider="Chriscreates\Blog\BloggerServiceProvider" --tag="factories"
132-
php artisan vendor:publish --provider="Chriscreates\Blog\BloggerServiceProvider" --tag="seeders"
132+
composer test
133133
```
134134

135135
## Usage

0 commit comments

Comments
 (0)