Skip to content

Commit

Permalink
Readme & scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Jun 3, 2015
1 parent ea444ec commit fe577af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,3 @@ checks:
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true

tools:
external_code_coverage:
timeout: 600
runs: 3
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-paginateroute.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-paginateroute)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/thephpspatie/laravel-paginateroute/master.svg?style=flat-square)](https://travis-ci.org/thephpspatie/laravel-paginateroute)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpspatie/laravel-paginateroute.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpspatie/laravel-paginateroute/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpspatie/laravel-paginateroute.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpspatie/laravel-paginateroute)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-paginateroute.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-paginateroute)

Expand Down Expand Up @@ -69,7 +67,7 @@ public function index()
If you want to customize or add translations for the "page" url segment, you can publish the language files.

``` bash
$ art vendor:publish --provider="Spatie\PaginateRoute\PaginateRouteServiceProvider"
$ php artisan vendor:publish --provider="Spatie\PaginateRoute\PaginateRouteServiceProvider"
```


Expand Down

0 comments on commit fe577af

Please sign in to comment.