Skip to content

Commit

Permalink
Update laravel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcialpaulg committed Oct 20, 2024
1 parent 8f256cc commit 86f7edf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/data/rules/laravel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,21 @@ export const laravelRules = [
"https://avatars.githubusercontent.com/u/18596312?v=4",
},
},
{
title: "Minimal Laravel PHP Cursor Rules",
tags: ["Laravel", "PHP"],
libs: ["laravel"],
slug: "minimal-laravel-php-cursor-rules",
content: `
Write code that follows Laravel & PHP guidelines from spatie.be.
Do not remove the PHPDoc blocks or comments from the code.
Use snake_case for naming regular variables. Otherwise, follow the guidelines.
`,
author: {
name: "Marcial Paul Gargoles",
url: "https://github.com/marcialpaulg",
avatar:
"https://avatars.githubusercontent.com/u/6005221?v=4",
},
},
];

0 comments on commit 86f7edf

Please sign in to comment.