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
44Mirrored 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
1010You 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
1717We added composer scripts to avoid long and repeated commands. These scripts are:
You can’t perform that action at this time.
0 commit comments