File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ A non-official laravel application scaffolding that includes `debugbar`, `ide-he
4
4
Mirrored from [ https://github.com/laravel/laravel.git ] ( https://github.com/laravel/laravel.git ) .
5
5
6
6
## 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 ) .
8
8
9
9
## Installation
10
10
You can also install Laravel via Composer by issuing the ` create-project ` command in your terminal:
11
11
```
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
13
13
```
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.
15
15
16
16
## Composer Scripts
17
17
We added composer scripts to avoid long and repeated commands. These scripts are:
You can’t perform that action at this time.
0 commit comments