How to Install Laravel on XAMPP for Mac users
We noticed that Laravel installation for XAMPP users in Mac is a little problematic. New XAMPP release is using VM to run, however it's quite limited so here is how to...
7 Free Udemy Courses to learn WordPress
If you are looking for resources to learn WordPress, you should probably have checked YouTube for some videos, but there are already at least 7 free English courses in Udemy where...
Managing PHP Dependencies Properly
Alberto Varela have written an interesting piece on managing PHP Dependency properly. And today to be able to manage dependencies the right way, you need to master Composer !
The article start...
How to Convert Legacy PHP Web Applications to Docker
Take an old PHP 5 web application and convert it to Docker containers, using the latest PHP 7, Composer, Node.js, Grunt, and Bower.
How PHP email sending works: SMTP authentication and HTML templates
Excerpt: A detailed guide on PHP mail sending options with examples of using the built-in mail function(), PHPMailer, PHP mail testing and debugging.
Let’s say, you’ve tailored an awesome PHP app and...
Sitepoint : A Crash Course of Changes to Exception Handling in PHP7
Sitepoint published an interesting Crash Course of Changes to Exception Handling in PHP7, which talk about the two new classes introduced in PHP7 to assist a developer in handling errors with ease. Before the...
Implement Efficient Cronjobs with Swoft 2.x PHP Microservice Full Coroutine Framework
We'll explore in this article implementing efficient Cronjobs with Swoft, the first new generation of PHP high-performance coroutine full stack PHP framework based on Swoole native coroutine, with built-in coroutine web...
Boosting Your PHP Application Performance with PHPSpy: A Comprehensive Guide
Are you struggling with slow response times or high resource usage in your PHP application? And looking for quick solution to check what's wrong without changing your application, and with minimal...
Google Ads API Client Library for PHP
Google Ads, Formerly known as Adwords, is the Google's advertising platform. You are already familiar with Google Ads if you use it before, or heard about it, but you should also...
Setup Your Own Pear Channel on Ubuntu 9.04
Last night I installed a Pear channel on my Aspire One so thought about sharing the installation process with you. You might have a look at Greg Beaver's howto, three years...