Find out your current Laravel version

Find out your current Laravel version

Easy ways to check your currently running Laravel version

Unique Identifiers in Dynamic URL Structures with Laravel

Unique Identifiers in Dynamic URL Structures with Laravel

Ever faced a dead link due to URL changes? Unique identifiers can preserve your links, boosting navigation and SEO. Find out about semantic URLs and Hashids!

Laravel Performance Tweaks

Laravel Performance Tweaks

Boost your Laravel app's performance with various coding techniques. Efficient relationships and table declarations for faster database queries.

Building a cost analyzer for ChatGPT

Building a cost analyzer for ChatGPT

The cost-effectiveness of ChatGPT: Whether GPT-4 API could save costs over the $20/month flat rate. Insights on feature trade-offs, token-based billing analysis, and more!

Creating a Dynamic Sitemap for a Laravel Blog

Creating a Dynamic Sitemap for a Laravel Blog

How to dynamically build a multi-language sitemap for your Laravel blog. Boost SEO with our step-by-step guide on adding pages and articles effectively!

Implementing a Search Feature in Laravel: From Basic to Advanced

Implementing a Search Feature in Laravel: From Basic to Advanced

Discover the art of implementing a search feature in Laravel. Starting with a Naive MySQL Search, we delve into pros, cons, and essential coding snippets. A journey from basic to advanced! 🚀🔍

Implementing RSS Feeds in Laravel: A Guide to Boosting Traffic with Google Discover

Implementing RSS Feeds in Laravel: A Guide to Boosting Traffic with Google Discover

How to boost your site's traffic with Laravel's easy RSS feed implementation! A tech-savvy, yet user-friendly approach to leverage Google Discover.

Improving Your Lighthouse Performance Score in Laravel: A Practical Guide

Improving Your Lighthouse Performance Score in Laravel: A Practical Guide

Boost your Laravel site's Lighthouse score! Discover easy steps like GZIP compression, WebP images, and smart caching. Dive into our practical guide now!

Understanding and Solving the '419 Page Expired' Error in Laravel

Understanding and Solving the '419 Page Expired' Error in Laravel

Struggling with Laravel's '419 Page Expired' error? Discover the role of CSRF tokens and learn a user-friendly fix to enhance security and UX on your site. Dive in for easy solutions!

Reducing Bot Spam in Laravel

Reducing Bot Spam in Laravel

Discover how to combat bot registrations in Laravel with our simple yet effective honeypot technique. Dive into our hands-on guide for reducing digital pests!

Building a Google Lighthouse Crawler with Livewire

Building a Google Lighthouse Crawler with Livewire

We delve into the development of a unique tool combining Google Lighthouse and a website crawler. We leverage Spatie packages and Livewire to create a real-time audit system for comprehensive website analysis. Join us as we explore the nuts and bolts of building this innovative crawler, from setting up the environment to deploying custom crawl profiles and running Lighthouse audits.

In the Makings: Building Our Tech Blog Step by Step (Part 1)

In the Makings: Building Our Tech Blog Step by Step (Part 1)

The journey of building a blog with Laravel. This introductory post outlines our blueprint, featuring bilingual support, Laravel 10, daisyUI, and innovative tech strategies. Dive into our database structure, routes, controllers, and multi-language support, all designed to create a dynamic, user-friendly blog. Stay tuned for insights on Markdown integration and evolving features!