How to Install and Use MailHog on macOS (Perfect for Laravel Herd, Concrete CMS, or Any PHP App)
When developing email features locally, using PHP’s mail() or even SMTP to real addresses can be unreliable or unsafe. You might accidentally…
ノートを読むThe journal
When developing email features locally, using PHP’s mail() or even SMTP to real addresses can be unreliable or unsafe. You might accidentally…
ノートを読むEntity vs. Model in PHP Example of an Entity Class (Doctrine ORM in Concrete CMS) This class represents a User entity that…
ノートを読むHelper and Service Classes in Concrete CMS In Concrete CMS, you can use Helper and Service classes to keep the application structured,…
ノートを読むIn this post, I will cover the following topics. Now, let’s start. Create AWS Simple AD If you don’t have an AWS…
ノートを読むCertbot is an ACME client which enables HTTPS on your website deploying Let’s Encrypt certificates. Let’s Encrypt is a free, automated, and…
ノートを読むMackerel is a server monitoring service that also supports AWS cloud products. Using the CloudWatch (an AWS monitoring service) API, various AWS…
ノートを読むIn this post, I’ll show how to send email using Amazon SES with concrete5. We will walk through how to verify that…
ノートを読む[This article is for beginners only.] Nowadays the Laravel valet is so popular with web developers for its simplicity and ease of…
ノートを読むLogging When building in concrete5, sometimes it’s hard to understand what is happening at particular points in your code’s execution. This is…
ノートを読む