In this tutorial, you will learn how to log SQL queries in Laravel application. You will create a custom QueryLogger class and bind it to the service container.
The Complete Guide To Increasing Your PHP Max Upload Size
Follow this step-by-step guide to increase the max upload size in PHP. A complete analysis of the 3 requirements to increase the max upload size in PHP-FPM and Nginx.
Hourly billing on Amezmo
As of December 1st, 2020, all Amezmo customers have been upgraded to hourly billing. Of course, hourly billing is the preferred billing structure for businesses and developers. Continuing with our mission of making PHP hosting and deployment easier for all developers, we’ve listened to your feedback. So long as hourly billing is here, it will […]
PHP 8 Now Available on Amezmo
Hosting applications for PHP 8 is now available. The Amezmo runtime has been updated to include the latest version of PHP 8. This is an exciting time for us, and the PHP community because this anticipated release includes an array of new features and bug fixes. This post won’t attempt to highlight the new features, […]
An update to our pricing
On November 21st, 2020, we updated our pricing plans to better reflect the needs of our customers. Effective immediately, customers that have any Pro instances will automatically be switched to the new price which can be seen on the Amezmo pricing page. In addition to lowering the prices for our Pro plan, we’ve introduced an […]
Announcing Composer 2 Support for PHP Instances on Amezmo
Composer 2 is now supported on Amezmo by default.
How To Find All Available Methods To Laravel Facades
Finding the true implementation of a Laravel facade is easy. In this post, we dive into the Laravel Internals to uncover the true implementation of the Mail facade.
How Does The Explode Function In PHP Work?
Split a string with the explode function in PHP. Why is it called explode anyway?
What is Managed PHP Hosting?
Managed PHP hosting automates the DevOps side of continuous deployments and running modern applications in the cloud.
PHP Deployment Best Practices When Using Composer
Composer is the de-facto dependency manager for PHP applications which was initially released almost 8 years ago March 2012. Using Composer in your PHP can be used to increase one’s code reusability and enable your project to easily integrate maintained PHP libraries from the Packagist, the main PHP Composer repository. Today we’ll highlight a few […]