Skip to content

Commit 48e1bea

Browse files
authored
Update readme.md (#6)
1 parent 865bcd8 commit 48e1bea

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

readme.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
# Codeception module for Laravel 5 framework
1+
# Codeception Module Laravel
22

3-
![Build Status](https://github.com/Codeception/module-laravel5/workflows/CI/badge.svg)
3+
A Codeception module for Laravel framework.
4+
5+
[![Actions Status](https://github.com/Codeception/module-laravel/workflows/CI/badge.svg)](https://github.com/Codeception/module-laravel/actions)
6+
[![Latest Stable Version](https://poser.pugx.org/codeception/module-laravel/v/stable)](https://github.com/Codeception/module-laravel/releases)
7+
[![Total Downloads](https://poser.pugx.org/codeception/module-laravel/downloads)](https://packagist.org/packages/codeception/module-laravel)
8+
[![License](https://poser.pugx.org/codeception/module-laravel/license)](/LICENSE)
9+
10+
## Requirements
11+
12+
* `Laravel 6` or higher.
13+
* `PHP 7.3` or higher.
414

515
## Installation
616

717
```
8-
composer require --dev "codeception/module-laravel5"
18+
composer require "codeception/module-laravel" --dev
919
```
1020

1121
## Documentation
1222

13-
<a href="https://codeception.com/docs/modules/Laravel5">Module documentation</a>
23+
See [the module documentation](https://codeception.com/docs/modules/Laravel5).
24+
25+
## License
26+
27+
`Codeception Module Laravel` is open-sourced software licensed under the [MIT](/LICENSE) License.
28+
29+
© Codeception PHP Testing Framework

0 commit comments

Comments
 (0)