Skip to content

Commit 1790aa4

Browse files
committed
readme
1 parent c6ee753 commit 1790aa4

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

readme.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,23 @@
99

1010
## About Laravel
1111

12-
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.
12+
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:
1313

14-
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.
14+
- [Simple, fast routing engine](https://laravel.com/docs/routing).
15+
- [Painless request validation](https://laravel.com/docs/validation).
16+
- [Powerful dependency injection container](https://laravel.com/docs/container).
17+
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
18+
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
19+
- [Robust background job processing](https://laravel.com/docs/queues).
20+
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
1521

16-
## Official Documentation
22+
Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb combination of simplicity, elegance, and innovation give you tools you need to build any application with which you are tasked.
1723

18-
Documentation for the framework can be found on the [Laravel website](http://laravel.com/docs).
24+
## Learning Laravel
25+
26+
Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework. The [Laravel documentation](https://laravel.com/docs) is thorough, complete, and makes it a breeze to get started learning the framework.
27+
28+
[Laracasts](https://laracasts.com) contains over 900 video tutorial on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our extensive video library.
1929

2030
## Contributing
2131

0 commit comments

Comments
 (0)