Skip to content

Commit e49469d

Browse files
author
bryanadamloh97
committed
Update README
1 parent a85f7ca commit e49469d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Laravel URL Shortener
22
Powerful URL shortening tool using different drivers for your Laravel projects
33

4+
<p align="center">
5+
<a href="https://packagist.org/packages/codeofdigital/laravel-url-shortener"><img src="https://img.shields.io/packagist/v/codeofdigital/laravel-url-shortener" alt="Latest Version on Packagist"></a>
6+
<a href="https://github.com/codeofdigital/laravel-url-shortener"><img src="https://img.shields.io/github/workflow/status/codeofdigital/laravel-url-shortener/run-tests" alt="Build Status"></a>
7+
<a href="https://packagist.org/packages/codeofdigital/laravel-url-shortener"><img src="https://img.shields.io/packagist/php-v/codeofdigital/laravel-url-shortener" alt="PHP from Packagist"></a>
8+
<a href="https://github.com/codeofdigital/laravel-url-shortener/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/codeofdigital/laravel-url-shortener" alt="GitHub license"></a>
9+
</p>
10+
411
## Table of Contents
512

613
- [Overview](#overview)
@@ -25,7 +32,7 @@ and pricing for different usages.
2532
The package has been developed to work with the following versions and minimum requirements:
2633

2734
- PHP 7.2 or higher
28-
- Laravel 5.5 or higher
35+
- Laravel 6.0 or higher
2936

3037
### Install Pacakge
3138
You can install the package via the latest Composer:

0 commit comments

Comments
 (0)