1 / 4

Features to Explore: Laravel 5.6.15 & 5.5.40 With Security Patch

The next major version of the Laravel framework, Laravel 5.6.15 has been released and is now officially available. We at Elsner do Laravel development services expertising in Laravel development delivering Laravel solutions to the clients. Read more: https://goo.gl/swVeq1

Download Presentation

Features to Explore: Laravel 5.6.15 & 5.5.40 With Security Patch

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Features to Explore: Laravel 5.6.15 & 5.5.40 With Security Patch The next major version of the Laravel framework, Laravel 5.6.15 has been released and is now officially available. This release has many new features than its previous version, which can help in the​​Laravel development services​​and make your Laravel projects and website run effectively. Let’s go through to the new features of this latest version. ● Single Server Task Scheduling

  2. The task will run on each server if you have a task scheduler running on multiple servers. The only thing you need to do is, indicate that a task should only run on one of those servers which have the on OneServer() method. ● Broadcast Channel Classes Instead of using closures in your channels.php, you can simply use Channel classes. To make a new channel class, Laravel 5.6.15 provides a channel command: php artisan make: channel OrderChannel You also register your channel in the channels.php file like so: use App\Broadcasting\OrderChannel; Broadcast::channel('order.{order}', OrderChannel::class); ● Blade Component Aliases You can now alias blade components for more convenient access. Here is the example of it, If a store is containing a component of resources/views/components/alert.blade.php then you can use the component() method to alias it to a shorter the name: Blade::component(‘components.alert’, ‘alert’); You can then render it with the alias that you have defined:

  3. @component('alert') <p>This is an alert component</p> @endcomponent ● Logging Improvements The most important feature in ​Laravel 5.6​ release is the logging improvements. For the beginners, v5.6.15 logging configuration can be moved from the config/app.php file to the new config/logging.php file. You configure stacks that can send log messages to multiple handlers. For example, you might send all debug messages to a system log and send error logs to slack. The Laravel team has come up with the new release i.e; v5.6.15 and v5.5.40, with new included security updates. So it is recommended that everyone should get their Laravel version upgraded to this new version. It is said that the new version is the best version for ​Laravel development​​services as it has great security features.          Visit Our Social Profile      ​    

  4. Contact Us Company Name​: Elsner Technologies Pvt Ltd Address​: 305,306 Iscon Center, Shivranjani Cross Road, Satellite, Ahmedabad, India. Email Address​: ​sales@elsner.com Website​: ​https://www.elsner.com/

More Related