A simple factory is an object that is used to generate an instance of an object for the client. The simplest way of understanding a factory is a object for creating other objects.
PHP 7.4 comes with a few new features that can help improve performance and make for cleaner code. Here's some of the new features that come with PHP 7.4.
Tell composer which version of PHP you want it to download packages for, making sure that all your install packages will be valid for production.
A small cheatsheet on composer versioning.
Learning about how you can format exception message classes.
Learn how to setup phpunit xdebug in a docker container and run your PHPStorm tests using this docker container.
In this tutorial we're going to look into how we can use tailwind css in your WordPress theme.
In this tutorial we're going to investigate what is the quickiest and easiest way of getting a WordPress site up and running for development.
When you’re busy learning how to code and perfecting your craft, you can often forget about all the small projects and interesting software or web development you’ve done over the past while. Hover is here to present you with a plan for getting your personal website up and running now.
In this tutorial we're going to investigate how you can store common commands within composer, giving you some handy shortcuts.
Add array and string helper classes to be used in blade template files.
ImageKit.io helps companies optimize, transform, store and deliver the images on their websites and apps. It comes integrated with a media library and a global content delivery network which automatically converts the images to the right format and allows transforms like resize, crop etc. in real-time by specifying them directly from the URL. It can also be integrated with any existing image server and storage so that companies at any scale can start delivering optimized images on their websites in minutes.
Learn how to test the redirects in Laravel using the example of assert redirects and the from method to change the HTTP referrer.
Learn how to upgrade LetsEncrypt to the latest certbot to renew your LetsEncrypt certificates.
Learn how you can use v-model property with your custom components