From 1317c98c2249b3e3a05f1d8a22f581c8f1f7bf52 Mon Sep 17 00:00:00 2001 From: ratneshjais Date: Sat, 3 Nov 2018 07:15:57 +0530 Subject: [PATCH] Added the top 6 features of laravel (#34161) Added the top 6 features of laravel --- guide/english/laravel/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/laravel/index.md b/guide/english/laravel/index.md index e30123e5f7..69f3c12049 100644 --- a/guide/english/laravel/index.md +++ b/guide/english/laravel/index.md @@ -16,3 +16,11 @@ SSH, introduced in Laravel 4.1, allows programmatic execution of CLI commands on Scheduler, introduced in Laravel 5.0, is an addition to the Artisan command-line utility that allows programmatic scheduling of periodically executed tasks. Internally, Scheduler relies on the cron daemon to run a single Artisan job that, in turn, executes the configured tasks. Flysystem, introduced in Laravel 5.0, is a file system abstraction layer that allows local file systems and cloud-based storage services provided by Amazon S3 and Rackspace Cloud to be used transparently and in the same way. Socialite, introduced in Laravel 5.0 as an optional package, provides simplified mechanisms for authentication with different OAuth providers, including Facebook, Twitter, Google, GitHub and Bitbucket.:13 + +### Top Six Features of Laravel 5.0.1 Framework Most Useful for the Enterprise App Development +1. Entirely new directory structure +2. Route caching +3. Inbuilt Authentication System +4. Multiple file system support +5. Improved method injection +6. Contracts