Laravel 5.7.10 Released now - Check new laravel 5.7 Features

Laravel 5.7.10 Released now - Check new laravel 5.7 Features

The Laravel team released Laravel 5.7.10  on 23 October 2018 with a handful of new features, fixes, and changes: loadCount Eloquent Collection Method First up, is the ability to load relationship counts on an Eloquent collection. Before this feature, you could only load relationships, but now you can call loadCount() to get counts for all relations. The pull request illustrates how you could use loadCount() with the following example:   &n

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

Introducing Laravel Nova - Advance Idea InfoTech

Introducing Laravel Nova - Advance Idea InfoTech

At Laracon US 2018[Taylor Otwell] introduced Laravel Nova, a very shiny admin panel for Laravel applications. I’m thrilled to announce the newest member of the Laravel ecosystem: Laravel Nova. Nova is a beautifully designed administration panel for Laravel. We’ve sweat the small details and carefully crafted Nova to not only look great, but to be a joy to work with. In this post, I’ll go over the key features of Nova; however, be sure to watch the recording of m

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