Skip to content

Commit 46ea316

Browse files
committed
Update readme.md
1 parent 5f4663e commit 46ea316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ A non-official laravel application scaffolding that includes `debugbar`, `ide-he
44
Mirrored from [https://github.com/laravel/laravel.git](https://github.com/laravel/laravel.git).
55

66
## Requirements
7-
The requirements is the same as of the [official requirements](https://laravel.com/docs/5.8/installation#server-requirements).
7+
The requirements is the same as of the [official requirements](https://laravel.com/docs/6.0/installation#server-requirements).
88

99
## Installation
1010
You can also install Laravel via Composer by issuing the `create-project` command in your terminal:
1111
```
12-
composer create-project --prefer-dist alshahawi/laravel:dev-scaffolding/5.8 blog
12+
composer create-project --prefer-dist alshahawi/laravel:dev-scaffolding/6.0 blog
1313
```
14-
The above command will install a new laravel 5.8 application for you.
14+
The above command will install a new laravel 6 application for you.
1515

1616
## Composer Scripts
1717
We added composer scripts to avoid long and repeated commands. These scripts are:

0 commit comments

Comments
 (0)