From eef8938175e704204a1b2a1f74761dc417976de7 Mon Sep 17 00:00:00 2001 From: bschlagel Date: Tue, 13 Nov 2018 21:28:20 -0500 Subject: [PATCH] Added section on Laravel ecosystem; formatted lists (#21378) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note…realizing the "Featured Packages" section seems basically just copied from Wikipedia, perhaps should be deleted? Or expanded on by someone with more Laravel experience! --- guide/english/laravel/index.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/guide/english/laravel/index.md b/guide/english/laravel/index.md index 30e8ab115c..8b679bf676 100644 --- a/guide/english/laravel/index.md +++ b/guide/english/laravel/index.md @@ -1,6 +1,7 @@ --- title: Laravel --- + # Laravel [Laravel](https://laravel.com/) is a free and open-source PHP web framework available on [GitHub](https://github.com/laravel/laravel) and licensed under the terms of MIT License. It was created by Taylor Otwell and designed with the objective of enabling rapid development of web applications following the model–view–controller (MVC) architectural pattern. It has gained a lot of traction over the years and is now the most starred PHP framework on GitHub. @@ -9,8 +10,8 @@ Some of the main features found in Laravel are different ways for accessing rela Because Laravel is open-source, the community around it is very strong and the documentation is top-notch and example driven. Take a look at the [official documentation](https://laravel.com/docs/5.7/) to get a glimpse of how easy it is to use! -### Valuable Resources -- [Laracasts](https://laracasts.com/) +Laravel also has its own online learning platform, [Laracasts](https://laracasts.com/), which offers extensive video tutorials (some free, some available with paid subscription) on Laravel as well as PHP, Javascript, and other web development topics. The free introductory series [Laravel 5.4 From Scratch](https://laracasts.com/series/laravel-from-scratch-2017) is a great place to start. + ### Featured Packages @@ -29,3 +30,25 @@ Ready-to-use bundles provided by Laravel through Composer and Packagist include 4. Multiple file system support 5. Improved method injection 6. Contracts + + +### Laravel Ecosystem + +One of the most powerful features of Laravel is the ecosystem of tools and extensions that surrounds it. + +These include a range of services and software, some created by Laravel and some by the wider developer community: + +- [Forge](https://forge.laravel.com/) - server management +- [Envoyer](https://envoyer.io/) - deployment +- [Horizon](https://horizon.laravel.com/) - queues / monitoring +- [Lumen](https://lumen.laravel.com/) - fast micro-framework +- [Nova](https://nova.laravel.com/) - administration panel +- [Spark](https://spark.laravel.com/) - application boilerplate / scaffolding +- [Echo](https://laravel.com/docs/5.7/broadcasting) - broadcasting / websockets +- [Homestead](https://laravel.com/docs/5.7/homestead) - virtual dev environment +- [Cashier](https://laravel.com/docs/5.7/billing) - subscription billing +- [Valet](https://laravel.com/docs/5.7/valet) - Mac dev environment +- [Mix](https://laravel.com/docs/5.7/mix) - build / asset compiling +- [Eloquent ORM](https://laravel.com/docs/5.7/eloquent) - database model +- [Cachet](https://cachethq.io/) - status page system +- [Statamic](https://statamic.com/) - CMS