Hire Laravel developers with AI expertise at $20/hr. Get started in 48 hours.

Welcome to the new Laravel News

Published on by

Welcome to the new Laravel News image

Over the past few months, we've been working on the next version of Laravel News, and we are happy to have launched it this past weekend. With the launch, we wanted to make an official announcement and talk about some of the changes and improvements made to the site.

New Design

This brand new design was created by Zaengle and the goal was to modernize the previous design that they also created back in 2016. The logo also got a nice little improvement.

They also helped on the tech side by bringing the site to Statamic and fully developing the frontend. For more details on the frontend stack, check out their write-up.

Statamic

The previous version of Laravel News was powered by WordPress, and then all new posts would be pushed into a Laravel app via webhooks. This means I had two systems to manage and keep up to date, so with this version; I wanted to bring everything into one Laravel app. That's why I chose Statamic since you can still utilize all Laravel features outside the CMS.

Statamic powers all the articles, then the community links, the daily newsletter, and all the other custom backend features are powered by custom Laravel code.

Deployment

We are using a single Linode instance that is managed through Laravel Forge with Cloudflare in front. It's the same setup we've used for years, and it is nice to have a simple structure without a lot of moving parts.

For deployments, we use the Forge auto-deploy feature, and then it just runs some basic caching commands in the deploy script:

git pull origin main
composer install --optimize-autoloader --no-dev
php artisan config:cache
php artisan route:cache
php artisan cache:clear
php please stache:refresh

The one thing we don't do on deploy is clear all the static cache because we have so many files that it wouldn't be ideal to clear it often. Only when design fixes or improvements are made.

Caching

To make the site super fast, we utilize Statamic's static caching system with some unique customizations the Statamic team helped me with and a mixture of Cloudflare, Imigx, and Turbolinks.

The way the static cache is setup is once someone loads a page, it's stored as a static HTML file and Nginx always attempts to load the static file first, then if not found, falls back to pulling it from PHP.

Even with static caching, we have a ton of pages. Over 2500 articles, a dozen categories, numerous tags, pagination on all these, and on and on, because of this the cache gets pretty large, and it's not ideal for us to clear it all the time. Instead, we only clear it when necessary.

For instance, when a new post is published, the home page and category pages have their cache cleared. The rest we leave alone. Of course, this does mean that some things that should be dynamic will never change, but we will be fixing them by utilizing JavaScript to load those dynamically.

Software Used

Here is a list of all the software and packages we are utilizing for the site:

Wrap Up

We hope you like the new design as much as we do, and we will be continuing to make improvements and fixing issues as they pop up. With all major launches, it's hard to get everything perfect and notice anything wrong let us know.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Filed in:
Cube

Laravel Newsletter

Join 40k+ other developers and never miss out on new tips, tutorials, and more.

image
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review
Shift logo

Shift

Running an old Laravel version? Instant, automated Laravel upgrades and code modernization to keep your applications fresh.

Shift
Harpoon: Next generation time tracking and invoicing logo

Harpoon: Next generation time tracking and invoicing

The next generation time-tracking and billing software that helps your agency plan and forecast a profitable future.

Harpoon: Next generation time tracking and invoicing
Acquaint Softtech logo

Acquaint Softtech

Acquaint Softtech offers AI-ready Laravel developers who onboard in 48 hours at $3000/Month with no lengthy sales process and a 100 percent money-back guarantee.

Acquaint Softtech
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit
Get expert guidance in a few days with a Laravel code review logo

Get expert guidance in a few days with a Laravel code review

Expert code review! Get clear, practical feedback from two Laravel devs with 10+ years of experience helping teams build better apps.

Get expert guidance in a few days with a Laravel code review
Laravel Cloud logo

Laravel Cloud

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Cloud
Kirschbaum logo

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
PhpStorm logo

PhpStorm

The go-to PHP IDE with extensive out-of-the-box support for Laravel and its ecosystem.

PhpStorm
SerpApi logo

SerpApi

Access real-time search engine results through a simple API—no more scraping headaches! Use it for AI applications, SEO tools, product research, travel information, and more

SerpApi
Tinkerwell logo

Tinkerwell

The must-have code runner for Laravel developers. Tinker with AI, autocompletion and instant feedback on local and production environments.

Tinkerwell
Lucky Media logo

Lucky Media

Get Lucky Now - the ideal choice for Laravel Development, with over a decade of experience!

Lucky Media

The latest

View all →
Larapanda: A Type-Safe Lightpanda Browser SDK for Laravel image

Larapanda: A Type-Safe Lightpanda Browser SDK for Laravel

Read article
Generate HTML Password Rules Attribute in Laravel 13.9.0 image

Generate HTML Password Rules Attribute in Laravel 13.9.0

Read article
DHH Joins Laravel Live Denmark 2026 for Fireside Chat with Taylor Otwell image

DHH Joins Laravel Live Denmark 2026 for Fireside Chat with Taylor Otwell

Read article
Model-Based Scheduling for Laravel with Cadence image

Model-Based Scheduling for Laravel with Cadence

Read article
Laravel's AI SDK adds sub-agents image

Laravel's AI SDK adds sub-agents

Read article
Laravel Introduces First-Party Passkey Authentication Support image

Laravel Introduces First-Party Passkey Authentication Support

Read article