The Best PHP Blogs DEV Community
They know their PHP-based product inside and out but do not have credibility with other PHP topics. SitePoint’s PHP blog remains one of the most frequently visited blogs based on the subject you will find everywhere. Learn how to grow your blog as a developer without an existing audience through great writing and SEO. Matt Stauffer writes about PHP and Laravel, and is also the author of Laravel Up and Running.
In fact, if you look at the template hierarchy, you can see that WordPress has PHP files for pretty much all pages and theme components. Before dismissing PHP due to perceived performance issues, consider the specific needs of your project and how PHP’s recent advancements could provide a robust solution. PHP’s continuous improvements and active community support have kept it relevant and competitive in the fast-paced world of web development.
- While not meant to be overly detailed, the papers should exhibit technical skills through expert and logical methods.
- Unfortunately, O’Phinney only publishes a handful of pieces every year, so you might have to wait a while for his next gem.
- The blog’s writing and formatting are not its strength, especially in text-heavy articles.
- Matthias has also published several programming books as well, most recently Principles of Package Design and a Style Guide for Object Design.
Written by Khouloud Haddad Amamou
They have some great hands-on articles, but the archive hasn’t grown considerably since its inception in 2018. Practicality and application are the focus on articles here, with the contributor(s) penning articles geared towards actual code used in real use cases. The blog’s articles contain multiple spelling and grammar issues but are otherwise comprehensible.
Laravel News Blog
The blog’s writing and formatting are not its strength, especially in text-heavy articles. The blog’s publications are a little sporadic, but you can consistently expect multiple posts per month. Allen’s posts date back 15 years, covering all sorts of web-based projects and quirks he’s stumbled across.
The diversity of community members allows everyone from greenhorns to grey-beards to offer their perspectives. New posts are published daily; however, as Reddit is an open platform, it’s not immune to less adept writers who submit content. ROOT_PATH is set to the physical address with respect to the operating system, to the current directory on which this file (config.php) resides. On my machine for example, ROOT_PATH has the value /opt/lampp/htdocs/complete-blog-php/. It is used to include physical files like PHP source code files (like the ones we just included), physical downloadable files like images, video files, audio files, etc.
Evans is another PHP veteran who has been programming since the late ‘90s and has been Naomi Liu’s weblog in the PHP blogging space since 2005. While new posts don’t come at regular intervals, Cal Evans’ posts are relatively consistent and can appear up to 10 times per month. Laravel News is a blog for everything surrounding the open-source PHP web framework.
The phrase ‘Do not judge a book by its cover’ could not have found a better example than Roshan Bhattarai’s blog. Arguably, the best of them all, the PHP Manual has everything that you need in your quest to achieve glory in PHP. Welcome to the fifth edition of PHP Core Roundup, a series of posts that round up updates and news on the latest improvements, discussions, bug fixes, and new features in PHP. As you create your blog, there are a lot of specifics and factors to consider.
I’m excited to be taking you through this long awaited tutorial, finally. I’ll show you how to build a complete blog application from scratch using PHP and MySQL database. A blog as you know it is an application where some users (Admin users) can create, edit, update and publish articles to make them available in the public to read and maybe comment on. Users and the public can browse through a catalog of these articles and click to anyone to read more about the article and comment on them. PHP also makes it easy to compartmentalize different parts of your theme.