Posts Tagged "PHP"

What’s new in WordPress 6.0

WordPress 6.0 was released earlier this week, and it is the second major release of 2022. Several notable updates, which you can read more about in the following sections, include: Faster website performance Page creation patterns Block locking Global style

Read More
Laravel Dusk

Laravel Dusk: browser automation & PHP to programmatically surf the web

Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your machine. Instead, Dusk uses a standalone ChromeDriver installation. However, you are free to utilize any
Read More
WordPress5-logo

What’s New in WordPress 5.0

Each time a new version of WordPress rolls out, we’re all excited about getting to play with its new features. However, few versions in the past have garnered as much buzz around them as WordPress 5.0 because of these two simple
Read More
Laravel_Nova_Fi

Getting started with Laravel Nova

Laravel Nova, the latest addition to the Laravel ecosystem has arrived. So, what exactly is it? Well, straight from the marketing website it’s defined as, “a beautifully designed administration panel for Laravel. Carefully crafted by the creators of Laravel to
Read More

Laravel Model Caching

You’ve probably cached some model data in the controller before, but here’s we like to show you a Laravel model caching technique that’s a little more granular using Active Record models. Using a unique cache key on the model, you
Read More

A Package for Laravel Blade Extension Classes

Laravel created a Blade Extension package that allows you to register Blade extension classes in the service container that automatically get registered with the Blade compiler. You can also easily create new Blade extension classes with the provided php artisan
Read More

Laravel Homestead v6.6.0 Released – Latest Update

Homestead Introduction Laravel strives to make the entire PHP development experience delightful, including your local development environment. Vagrant provides a simple, elegant way to manage and provision Virtual Machines. Laravel Homestead is an official, pre-packaged Vagrant box that provides you
Read More