Laravel 5.8 - What’s New in Laravel 5.8?

Laravel 5.8 - What’s New in Laravel 5.8?

Introduction: PHP laravel introduce new version laravel 5.8 with new features. laravel 5.8 is released now and available for all. laravel 5.8 added new feature like cache TTL changes and lock, Deprecate string and array helper methods, update email validation, Automatic Policy Resolution, PHP dotenv, added firstWhere function in collection, database mysql json value etc. As always, before upgrading a Laravel version, be sure to carefully read and understand the upgrade guides&nbs

Laravel 5.7.26 Released - Check New Features of Laravel 5.7

Laravel 5.7.26 Released - Check New Features of Laravel 5.7

The Laravel team released Laravel 5.7.26 on 12 Feb 2019 with a new pipeline method and a method to temporarily bypass model events. First, a new Pipeline method thenReturn was added by Tim MacDonald to allow additional work do be done on the object passed through:   // Priviously $users  =  app ( Pipeline : : class ) ->send ( User : : query ( ) ) ->through ( $pipes ) ->then ( function ( $query )  { return 

What’s new in Laravel 5.6 – Lravel 5.6 New Features

What’s new in Laravel 5.6 – Lravel 5.6 New Features

Laravel 5.6 was released shortly before this year’s Laracon online. This release continues the improvements made in Laravel 5.5 by adding more new features and improvements. In this article, I’ll cover the new features and improvements added to Laravel 5.6. Let’s start by listing each of them, then we’ll go over them one after the other: – Bootstrap 4 – Argon2 password hashing – API controller generation – Logging improvements &nda

Laravel 5.7 – Check Laravel 5.7 Stunning Features

Laravel 5.7 – Check Laravel 5.7 Stunning Features

Laravel is a new free open-source PHP web framework that made its arrival about 7 years ago in June 2011. Since then it has become one of the most popular PHP frameworks for developing web applications. As such, it is based on the MVC (Model View Controller) architectural pattern and Symfony. The first version Laravel 1.0 was released in June 2011 and the 5.6 version came in February this year. And now, the latest variant 5.7 is also on the roll in August 2018. The framework is said to get the b

Getting started with Laravel- PHP Laravel Framework for Beginners

Getting started with Laravel- PHP Laravel Framework for Beginners

Laravel Framework is a popular PHP framework that is taking the web development community by storm. Laravel is the Most Starred PHP Framework on Github: more than 30 000 developers from all over the world (mostly from the USA) use it for custom software development.  Installing Laravel Homestead Virtual Machine Installing Laravel from Composer Using Artisan command-line interface Creating Routes and Loading Views WITHOUT Controllers Creatin

10 Awesome Laravel Packages for your PHP Web Application

10 Awesome Laravel Packages for your PHP Web Application

There have been many awesome packages created. In this article I'll give a quick round up of the top 10 Laravel Packages that I have been using recently. You will be able to add them to your Laravel project very easily. These packages provide great functionality that you will be required to add in various projects. Here check the List of Top 10 Laravel Packages: 1. Modules 2. Laravel Debugbar 3. Laravel Activity Log 4. JWT Auth Package 5. Laravel Js Validation 6.

Why Laravel-Based Web Applications Fast?

Why Laravel-Based Web Applications Fast?

Laravel is currently the most popular framework for building a variety of sites and applications. Here at Fresh, we’ve built both complex Laravel API platforms and simple portals. The set of libraries and architecture that Laravel provides makes it easy to build amazing sites using well-structured and “beautiful code” (their words exactly). Web application should run as quickly as possible. Amazon found that every 100ms of latency cost them 1% in sales. Google foun