Posts Tagged "PHP Framework"

Laravel 9: a deep dive into the latest major release

This transition is intended to ease the maintenance burden on the community and challenge our development team to ship amazing, powerful new features without introducing breaking changes. Therefore, we have shipped a variety of robust features to Laravel 8 without

Read More

Laravel Forge CLI

Laravel Forge launched their first official command-line tool that gives you a nice set of commands to manage your Forge servers, sites, and more. The first release (v1.0) of the Forge CLI contains around thirty commands, including initiating deployments, viewing

Read More

Find N+1 problems instantly by disabling lazy loading

In the next release of Laravel 8, you can strictly disable lazy loading entirely, resulting in an exception: Preventing lazy loading in development can help you catch N+1 bugs earlier on in the development process. The Laravel ecosystem has various

Read More

What is Application Performance Monitoring (APM)?

Application Performance Monitoring (APM), as the name suggests, is the process of monitoring the performance of the many aspects of your application. When an end-user logs into your application, for even just one web page to load on their device,

Read More
What's new in php 8

What’s new in PHP 8

PHP 8 is here! PHP 8 is a new major improved version, which means that it will introduce performance improvements and lots of new features such as the JIT compiler, union types, attributes, and more. New features Let’s start with

Read More

Laravel component Media Library

Media Library can associate files with Eloquent models. You can, for instance, associate images with a blog post model. In your Blade view, you can retrieve URLs to the associated images. It can handle multiple collections, work with multiple filesytems,

Read More

Laravel 8 is just released!

Laravel 8 is now released and includes many new features including Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting improvements, time testing helpers, dynamic blade components, and many more features. Before we jump into the new features,

Read More

Laravel 7.4 – The latest minor release of Laravel 7

Before we move directly to talk about 7.4 release, let’s go through each of the earlier minor releases of Laravel 7. Laravel 7.1 – Patch to Fix Potential XSS Attacks We will briefly look at the new features in the

Read More
Laravel7-updates

What’s new in Laravel 7

On release of Laravel 7, in our previous post we covered some of the fantastic features such as Laravel Airlock, Custom Eloquent Casts and few more. This post covers the rest of them. Multiple Mail Drivers Laravel 7 allows the

Read More

Laravel 7 is just released!

Laravel 7 continues the improvements made in Laravel 6.x by introducing Laravel Airlock, routing speed improvements, custom Eloquent casts, Blade component tags, fluent string operations, a developer focused HTTP client, first-party CORS support, improved scoping for route model binding, stub

Read More