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
No Compromises

Joel and Aaron, the two seasoned devs from the No Compromises podcast, are now available to hire for your Laravel project.

Visit No Compromises
Laravel Forge logo

Laravel Forge

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

Laravel Forge
Tinkerwell logo

Tinkerwell

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

Tinkerwell
No Compromises logo

No Compromises

Joel and Aaron, the two seasoned devs from the No Compromises podcast, are now available to hire for your Laravel project. ⬧ Flat rate of $7500/mo. ⬧ No lengthy sales process. ⬧ No contracts. ⬧ 100% money back guarantee.

No Compromises
Kirschbaum logo

Kirschbaum

Providing innovation and stability to ensure your web application succeeds.

Kirschbaum
Shift logo

Shift

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

Shift
Bacancy logo

Bacancy

Supercharge your project with a seasoned Laravel developer with 4-6 years of experience for just $2500/month. Get 160 hours of dedicated expertise & a risk-free 15-day trial. Schedule a call now!

Bacancy
Lucky Media logo

Lucky Media

Bespoke software solutions built for your business. We ♥ Laravel

Lucky Media
Lunar: Laravel E-Commerce logo

Lunar: Laravel E-Commerce

E-Commerce for Laravel. An open-source package that brings the power of modern headless e-commerce functionality to Laravel.

Lunar: Laravel E-Commerce
LaraJobs logo

LaraJobs

The official Laravel job board

LaraJobs
Larafast: Laravel SaaS Starter Kit logo

Larafast: Laravel SaaS Starter Kit

Larafast is a Laravel SaaS Starter Kit with ready-to-go features for Payments, Auth, Admin, Blog, SEO, and beautiful themes. Available with VILT and TALL stacks.

Larafast: Laravel SaaS Starter Kit
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a 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
Rector logo

Rector

Your partner for seamless Laravel upgrades, cutting costs, and accelerating innovation for successful companies

Rector

The latest

View all →
DirectoryTree Authorization is a Native Role and Permission Management Package for Laravel image

DirectoryTree Authorization is a Native Role and Permission Management Package for Laravel

Read article
Sort Elements with the Alpine.js Sort Plugin image

Sort Elements with the Alpine.js Sort Plugin

Read article
Anonymous Event Broadcasting in Laravel 11.5 image

Anonymous Event Broadcasting in Laravel 11.5

Read article
Microsoft Clarity Integration for Laravel image

Microsoft Clarity Integration for Laravel

Read article
Apply Dynamic Filters to Eloquent Models with the Filterable Package image

Apply Dynamic Filters to Eloquent Models with the Filterable Package

Read article
Property Hooks Get Closer to Becoming a Reality in PHP 8.4 image

Property Hooks Get Closer to Becoming a Reality in PHP 8.4

Read article