You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-40Lines changed: 2 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ The requirements is the same as of the [official requirements](https://laravel.c
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/6.0 blog
12
+
composer create-project --prefer-dist alshahawi/laravel-scaffolding blog
13
13
```
14
-
The above command will install a new laravel 6 application for you.
14
+
The above command will install a new laravel application for you.
15
15
16
16
## Composer Scripts
17
17
We added composer scripts to avoid long and repeated commands. These scripts are:
@@ -27,44 +27,6 @@ composer app:clear # Used for clear application cache files.
27
27
28
28
Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
29
29
30
-
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1400 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
31
-
32
-
## Laravel Sponsors
33
-
34
-
We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).
35
-
36
-
-**[Vehikl](https://vehikl.com/)**
37
-
-**[Tighten Co.](https://tighten.co)**
38
-
-**[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
67
-
68
30
## Security Vulnerabilities
69
31
70
32
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
0 commit comments