Skip to content

Commit 400b989

Browse files
authored
Update README.md
1 parent 053dbc5 commit 400b989

File tree

1 file changed

+6
-56
lines changed

1 file changed

+6
-56
lines changed

README.md

Lines changed: 6 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -29,61 +29,11 @@ The Laravel technologies I used ⚡⚡🎖️:
2929
- Api Resources
3030
- Api en Laravel
3131

32-
Laravel is accessible, powerful, and provides tools required for large, robust applications.
32+
## Installation
3333

34-
## Learning Laravel
34+
1. Clone the repo and 'cd' into it
35+
2. 'composer install'
36+
3. Rename or copy .env.example file to .env
37+
4. 'php artisan serve' or use Laravel Valet or Laravel Homestead
38+
5. Visit localhost:8000 in your browser
3539

36-
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.
37-
38-
If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 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.
39-
40-
## Laravel Sponsors
41-
42-
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).
43-
44-
- **[Vehikl](https://vehikl.com/)**
45-
- **[Tighten Co.](https://tighten.co)**
46-
- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**
47-
- **[64 Robots](https://64robots.com)**
48-
- **[Cubet Techno Labs](https://cubettech.com)**
49-
- **[Cyber-Duck](https://cyber-duck.co.uk)**
50-
- **[British Software Development](https://www.britishsoftware.co)**
51-
- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**
52-
- **[DevSquad](https://devsquad.com)**
53-
- [UserInsights](https://userinsights.com)
54-
- [Fragrantica](https://www.fragrantica.com)
55-
- [SOFTonSOFA](https://softonsofa.com/)
56-
- [User10](https://user10.com)
57-
- [Soumettre.fr](https://soumettre.fr/)
58-
- [CodeBrisk](https://codebrisk.com)
59-
- [1Forge](https://1forge.com)
60-
- [TECPRESSO](https://tecpresso.co.jp/)
61-
- [Runtime Converter](http://runtimeconverter.com/)
62-
- [WebL'Agence](https://weblagence.com/)
63-
- [Invoice Ninja](https://www.invoiceninja.com)
64-
- [iMi digital](https://www.imi-digital.de/)
65-
- [Earthlink](https://www.earthlink.ro/)
66-
- [Steadfast Collective](https://steadfastcollective.com/)
67-
- [We Are The Robots Inc.](https://watr.mx/)
68-
- [Understand.io](https://www.understand.io/)
69-
- [Abdel Elrafa](https://abdelelrafa.com)
70-
- [Hyper Host](https://hyper.host)
71-
- [Appoly](https://www.appoly.co.uk)
72-
- [OP.GG](https://op.gg)
73-
- [云软科技](http://www.yunruan.ltd/)
74-
75-
## Contributing
76-
77-
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
78-
79-
## Code of Conduct
80-
81-
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
82-
83-
## Security Vulnerabilities
84-
85-
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.
86-
87-
## License
88-
89-
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)