|
@@ -1,18 +1,31 @@
|
|
|
-# Laravel PHP Framework
|
|
|
+<p align="center"><img src="https://laravel.com/assets/img/components/logo-laravel.svg"></p>
|
|
|
|
|
|
-[](https://travis-ci.org/laravel/framework)
|
|
|
-[](https://packagist.org/packages/laravel/framework)
|
|
|
-[](https://packagist.org/packages/laravel/framework)
|
|
|
-[](https://packagist.org/packages/laravel/framework)
|
|
|
-[](https://packagist.org/packages/laravel/framework)
|
|
|
+<p align="center">
|
|
|
+<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a>
|
|
|
+<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/d/total.svg" alt="Total Downloads"></a>
|
|
|
+<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/v/stable.svg" alt="Latest Stable Version"></a>
|
|
|
+<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/license.svg" alt="License"></a>
|
|
|
+</p>
|
|
|
|
|
|
-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.
|
|
|
+## About Laravel
|
|
|
|
|
|
-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.
|
|
|
+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:
|
|
|
|
|
|
-## Official Documentation
|
|
|
+- [Simple, fast routing engine](https://laravel.com/docs/routing).
|
|
|
+- [Powerful dependency injection container](https://laravel.com/docs/container).
|
|
|
+- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
|
|
|
+- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
|
|
|
+- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
|
|
|
+- [Robust background job processing](https://laravel.com/docs/queues).
|
|
|
+- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).
|
|
|
|
|
|
-Documentation for the framework can be found on the [Laravel website](http://laravel.com/docs).
|
|
|
+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.
|
|
|
+
|
|
|
+## Learning Laravel
|
|
|
+
|
|
|
+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.
|
|
|
+
|
|
|
+If you're not in the mood to read, [Laracasts](https://laracasts.com) contains over 900 video tutorials 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 comprehensive video library.
|
|
|
|
|
|
## Contributing
|
|
|
|