---
title: "I Deleted My Custom Laravel AI Guidelines. Here’s Why."
url: https://daily.dev/posts/i-deleted-my-custom-laravel-ai-guidelines-here-s-why--3svwe6evl
source_url: https://www.youtube.com/watch?v=dDx6E6FYKM4
type: video:youtube
source: "Laravel Daily"
published: 2026-06-29T09:04:29.758Z
updated: 2026-06-29T09:04:48.499Z
tags: ["php", "laravel", "ai-coding", "claude-code"]
reading_time: 19
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I Deleted My Custom Laravel AI Guidelines. Here’s Why.

**[Laravel Daily](https://daily.dev/sources/laraveldaily)** · 19 min read · 1 upvotes · 0 comments

## Summary

A Laravel developer shares how they gradually eliminated all their custom AI coding guidelines for Laravel projects as LLMs (Claude Opus, GPT) improved over time. The post covers each removed rule: PHP enum usage, migration timestamp conflicts, comment style preferences, Context7 fallback docs, and automated test generation. The last remaining rule — running npm run build after frontend changes — was replaced with Claude Code and Codex CLI hooks that automatically trigger the build step. Filament-specific guidelines remain necessary since models still struggle with its newer patterns.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=dDx6E6FYKM4>

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#ai-coding](https://daily.dev/tags/ai-coding), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/i-deleted-my-custom-laravel-ai-guidelines-here-s-why--3svwe6evl)
