Introducing the Laravel Number Helpers
FeaturedLaravel has a new Number utility class that provides several new helpers to format numbers.
A collection of articles I have written on various topics and platforms.
Laravel has a new Number utility class that provides several new helpers to format numbers.
A short reflection on the recent CrowdStrike IT disaster and the lessons we can learn from it.
A cheat sheet of useful editing shortcuts for the macOS terminal
Laravel's Blade templating engine is getting a handy new feature: the @bool directive. This allows you to directly print boolean values into strings or use them in object construction, making your JavaScript integrations cleaner and more efficient. Here's how you can use it: When compiled,...
Learn how to use the new `@bool` directive in Laravel's Blade templating engine for efficient boolean value handling in JavaScript and HTML attributes.
To undo changes in Git, you can use the following commands, depending on what you want to undo: Method 1: Undo uncommitted changes in the working directory: Method 2: Unstage a staged file: Method 3: Undo the last commit but keep changes: Method 4: Undo the last commit an...
We're excited to share an opportunity to support HydePHP and make your contribution go even further! Simon Hamp (@simonhamp) has launched a generous matching donation campaign for open-source projects.
Wondering how to undo a commit in Git? Here are your options.
Tired of WordPress drama? Discover HydePHP, a content-first static site generator that offers simplicity, speed, and security.
The Tailwind Typography plugin (that adds the class) comes with a very opinionated link style. If you want the more classic one, it's easy to fix in the config. You can also go bold and use any other color of course.
$counter = 0; \DB::listen(function() use (&$counter) {$counter++;}); // Do stuff dd($counter);
Want to use the more classic look of links when using the Tailwind typography prose plugin? Here's how.
Discover how HydePHP is pushing boundaries with AI-generated content, featuring a mind-blowing podcast episode created by Google's NotebookLM.
I was asked on Twitter to compare the hot new Cursor AI Editor with PhpStorm for Laravel developers. Here are my quick thoughts!
Holy smokes, folks! Laravel just exciting a whopping $57 million in Series A funding with Accel. As a long-time Laravel enthusiast and fellow founder, I'm so stoked about this!
My new benchmark for testing new LLM AI models is to check if it knows what HydePHP is. And they are getting better! Here's what Google Gemeni hsa to say about Hyde, and it's even fact checked! (And proofread by me, who can confirm it's all correct!) HydePHP is an open-source static site gener...
Here is how to update your GitHub CLI version on Windows.
Wondering how to customize the maintenance mode view in Laravel? Just publish the 503 error page.
Need to make users from the Artisan console? Add this command!
Worried about SHA1 hash collisions when hashing GitHub repository names? Don't be.
With several quality of life improvements, the developer experience with HydePHP is even better.
How to toggle between two Windows audio output devices using a PowerShell script and the AudioDeviceCmdlets module.
How to check the temperature of your Ubuntu system without installing any software, with a Bash alias to make it easier.
Workflow to create a simple and fast YAML linter/validator in GitHub Actions
Learn how to create a static website based on your GitHub Readme, using HydePHP to build and deploy it to GitHub Pages - all for free and in minutes!
This release introduces new features for head section customization, routing helpers, and configuration type safety.
Learn how to automatically create static directory listings on GitHub Actions/Pages with a simple PHP script.
Learn how to recover an overwritten stash in GitHub Desktop.
Instead of creating a temporary collection just to use array helpers, you can use the Laravel Arr helpers directly.
Here is how to add the Tailwind Typography plugin to Laravel Breeze to get the prose classes
A to the point list of commands to get a Linux and PHP server up and running.
This is a HydePHP website containing random tips to developers on how they can improve their workflows.
Learn to push only the first Git commit to a remote repository while keeping others untouched.
HydePHP now has its own OpenCollective, providing a platform where users and companies can contribute financially to help fund the development of HydePHP.
In this release, several new features and improvements have been introduced.
A collection of minimalistic and un-opinionated TailwindCSS components for your HydePHP projects
The easiest way to build and deploy your static sites!
This new update brings Live Edit and a bunch of other DX enhancements
The infrastructure domain "HydePHP.se" is sunset, in favour of the canonical HydePHP.com
We're excited to announce the first official release of HydePHP, a Laravel-based static site generator!
We're excited to announce the first release candidate of HydePHP, a Laravel-based static site generator!
The preliminary release date for the first version of HydePHP is set for March 14, 2023.
In this blog post, we'll be creating a simple photography portfolio site using HydePHP and Markdown. No coding is needed!
A short introduction to the Markdown text format.
HydePHP is a framework for building static websites. While the most common way to interact with HydePHP is through the command line, you can actually manage an entire site using GitHub.
In this third instalment we take a look at how Hyde internally parses Markdown files and compiles them into HTML.
Part two in the series on the internal architecture of HydePHP, this time we take a "Deep Dive" into Services.
This first part in a series of the architecture of HydePHP will give an overview of design patterns and concepts in the Hyde Framework Core.
Learn about some of the features Hyde has to offer.
Learn about Hyde and find answers to common questions!
The v0.10.0 release introduces featured images for blog posts.
This blog post will guide you through creating a new Hyde site, while also showcasing some neat features!
A quick run-down of the benefits of static websites
In this tutorial, we go through the simple process of generating a static blog post