Skip to content

Commit 4665e94

Browse files
Updating docs
1 parent 0fc3cc8 commit 4665e94

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ This Laravel Notes will allow you to add a notes system into your Laravel projec
2020
* Easy setup & configuration.
2121
* Well documented & IDE Friendly.
2222
* Well tested with maximum code quality.
23-
* Laravel `5.1 | 5.2 | 5.3 | 5.4 | 5.5` are supported.
23+
* Laravel `5.1 | 5.2 | 5.3 | 5.4 | 5.5 | 5.6` are supported.
2424
* Made with :heart: & :coffee:.
2525

2626
## Table of contents
2727

28-
1. [Installation and Setup](_docs/1.Installation-and-Setup.md)
29-
2. [Configuration](_docs/2.Configuration.md)
30-
3. [Usage](_docs/3.Usage.md)
28+
1. [Installation and Setup](_docs/1-Installation-and-Setup.md)
29+
2. [Configuration](_docs/2-Configuration.md)
30+
3. [Usage](_docs/3-Usage.md)
3131

3232
## Contribution
3333

@@ -42,7 +42,7 @@ If you discover any security related issues, please email arcanedev.maroc@gmail.
4242
- [ARCANEDEV][link-author]
4343
- [All Contributors][link-contributors]
4444

45-
[badge_laravel]: https://img.shields.io/badge/For%20Laravel-5.1%20to%205.5-orange.svg?style=flat-square
45+
[badge_laravel]: https://img.shields.io/badge/For%20Laravel-5.1%20to%205.6-orange.svg?style=flat-square
4646
[badge_license]: https://img.shields.io/packagist/l/arcanedev/laravel-notes.svg?style=flat-square
4747
[badge_build]: https://img.shields.io/travis/ARCANEDEV/LaravelNotes.svg?style=flat-square
4848
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/LaravelNotes.svg?style=flat-square
File renamed without changes.
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Table of contents
44

5-
1. [Installation and Setup](1.Installation-and-Setup.md)
6-
2. [Configuration](2.Configuration.md)
7-
3. [Usage](3.Usage.md)
5+
1. [Installation and Setup](1-Installation-and-Setup.md)
6+
2. [Configuration](2-Configuration.md)
7+
3. [Usage](3-Usage.md)
88

99
## Server Requirements
1010

@@ -21,16 +21,19 @@ The Laravel Notes package has a few system requirements:
2121
| ![Laravel Notes v0.x][laravel_notes_0_x] | ![Laravel v5.1][laravel_5_1] ![Laravel v5.2][laravel_5_2] ![Laravel v5.3][laravel_5_3] |
2222
| ![Laravel Notes v1.x][laravel_notes_1_x] | ![Laravel v5.4][laravel_5_4] |
2323
| ![Laravel Notes v2.x][laravel_notes_2_x] | ![Laravel v5.5][laravel_5_5] |
24+
| ![Laravel Notes v3.x][laravel_notes_3_x] | ![Laravel v5.6][laravel_5_6] |
2425

2526
[laravel_5_1]: https://img.shields.io/badge/v5.1-supported-brightgreen.svg?style=flat-square "Laravel v5.1"
2627
[laravel_5_2]: https://img.shields.io/badge/v5.2-supported-brightgreen.svg?style=flat-square "Laravel v5.2"
2728
[laravel_5_3]: https://img.shields.io/badge/v5.3-supported-brightgreen.svg?style=flat-square "Laravel v5.3"
2829
[laravel_5_4]: https://img.shields.io/badge/v5.4-supported-brightgreen.svg?style=flat-square "Laravel v5.4"
2930
[laravel_5_5]: https://img.shields.io/badge/v5.5-supported-brightgreen.svg?style=flat-square "Laravel v5.5"
31+
[laravel_5_6]: https://img.shields.io/badge/v5.6-supported-brightgreen.svg?style=flat-square "Laravel v5.6"
3032

3133
[laravel_notes_0_x]: https://img.shields.io/badge/version-0.*-blue.svg?style=flat-square "LaravelNotes v0.*"
3234
[laravel_notes_1_x]: https://img.shields.io/badge/version-1.*-blue.svg?style=flat-square "LaravelNotes v1.*"
3335
[laravel_notes_2_x]: https://img.shields.io/badge/version-2.*-blue.svg?style=flat-square "LaravelNotes v2.*"
36+
[laravel_notes_3_x]: https://img.shields.io/badge/version-3.*-blue.svg?style=flat-square "LaravelNotes v3.*"
3437

3538
## Composer
3639

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Table of contents
44

5-
1. [Installation and Setup](1.Installation-and-Setup.md)
6-
2. [Configuration](2.Configuration.md)
7-
3. [Usage](3.Usage.md)
5+
1. [Installation and Setup](1-Installation-and-Setup.md)
6+
2. [Configuration](2-Configuration.md)
7+
3. [Usage](3-Usage.md)
88

99
You can customize the package by editing the `config/notes.php` config file:
1010

_docs/3.Usage.md renamed to _docs/3-Usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Table of contents
44

5-
1. [Installation and Setup](1.Installation-and-Setup.md)
6-
2. [Configuration](2.Configuration.md)
7-
3. [Usage](3.Usage.md)
5+
1. [Installation and Setup](1-Installation-and-Setup.md)
6+
2. [Configuration](2-Configuration.md)
7+
3. [Usage](3-Usage.md)
88

99
First things first, edit your eloquent model by using the `Arcanedev\LaravelNotes\Traits\HasManyNotes` trait.
1010

0 commit comments

Comments
 (0)