Skip to content

Commit e03597c

Browse files
committed
Rename package
1 parent 46ea316 commit e03597c

File tree

2 files changed

+3
-41
lines changed

2 files changed

+3
-41
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "alshahawi/laravel",
2+
"name": "alshahawi/laravel-scaffolding",
33
"type": "project",
44
"description": "The Laravel Framework.",
55
"keywords": [

readme.md

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The requirements is the same as of the [official requirements](https://laravel.c
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/6.0 blog
12+
composer create-project --prefer-dist alshahawi/laravel-scaffolding blog
1313
```
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.
1515

1616
## Composer Scripts
1717
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.
2727

2828
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.
2929

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)**
39-
- **[64 Robots](https://64robots.com)**
40-
- **[Cubet Techno Labs](https://cubettech.com)**
41-
- **[Cyber-Duck](https://cyber-duck.co.uk)**
42-
- **[British Software Development](https://www.britishsoftware.co)**
43-
- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**
44-
- **[DevSquad](https://devsquad.com)**
45-
- [UserInsights](https://userinsights.com)
46-
- [Fragrantica](https://www.fragrantica.com)
47-
- [SOFTonSOFA](https://softonsofa.com/)
48-
- [User10](https://user10.com)
49-
- [Soumettre.fr](https://soumettre.fr/)
50-
- [CodeBrisk](https://codebrisk.com)
51-
- [1Forge](https://1forge.com)
52-
- [TECPRESSO](https://tecpresso.co.jp/)
53-
- [Runtime Converter](http://runtimeconverter.com/)
54-
- [WebL'Agence](https://weblagence.com/)
55-
- [Invoice Ninja](https://www.invoiceninja.com)
56-
- [iMi digital](https://www.imi-digital.de/)
57-
- [Earthlink](https://www.earthlink.ro/)
58-
- [Steadfast Collective](https://steadfastcollective.com/)
59-
- [We Are The Robots Inc.](https://watr.mx/)
60-
- [Understand.io](https://www.understand.io/)
61-
- [Abdel Elrafa](https://abdelelrafa.com)
62-
- [Hyper Host](https://hyper.host)
63-
64-
## Contributing
65-
66-
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-
6830
## Security Vulnerabilities
6931

7032
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

Comments
 (0)