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
+6-56Lines changed: 6 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,61 +29,11 @@ The Laravel technologies I used ⚡⚡🎖️:
29
29
- Api Resources
30
30
- Api en Laravel
31
31
32
-
Laravel is accessible, powerful, and provides tools required for large, robust applications.
32
+
## Installation
33
33
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
35
39
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)**
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