Overview for 'joeferguson'
Written by Joe Ferguson
/ Original link
on May. 13, 2022
Apache and PHP - Back to Basics This month we’re diving into Apache and PHP configuration to better understand the relationship between the web (HTTP) server and our application. When getting started with PHP it’s quite common for tutorials and guides to skip over the webserver and focus more on th…
Written by Joe Ferguson
/ Original link
on Feb. 25, 2022
Pest is a PHP testing framework focused on simplicity and brings a powerful expectations API to PHP. Pest is influenced by Jest, a JavaScript testing framework. Pest was created by Nuno Maduro originally via Sponsorware license, and ultimately has been published under the MIT open source license.…
Written by Joe Ferguson
/ Original link
on Jan. 9, 2022
There are two parts to the Homestead product: a base box named Laravel Settler and a run time Laravel Homestead. From the Settler repo, we’re able to build base boxes Homestead, Homestead-ARM, and Homestead-MariaDB. What do you need? You need Packer and a Virtualization provider. You can likely bui…
Written by Joe Ferguson
/ Original link
on Oct. 30, 2021
October 19th, 2021 I received an email notification about a new $2,100 one time sponsorship through GitHub Sponsors program. Someone took me up on my offer to build Homestead on Apple Silicon. I'm happy to announce that Laravel Homestead now supports Apple Silicon by using the homestead-arm base bo…
Written by Joe Ferguson
/ Original link
on Oct. 14, 2021
With the release of Homestead Base box Tighten's Takeout is now included by default. Takeout is a cli tool for creating general use Docker containers. Homestead has supported Docker since it's early days however takeout makes it incredibly convenient to create services via Docker instead of having…
Written by Joe Ferguson
/ Original link
on Jun. 11, 2021
The Workshop - S3 Storage with MinIO This month we’re diving into running our own S3 compatible open-source server via the open-source project MinIO. We’ll configure MinIO alongside our local development environment so we can easily replicate the integration of our application with S3 object storag…