Skip to content

Instantly share code, notes, and snippets.

View mikrahub's full-sized avatar

Artem Didenko mikrahub

View GitHub Profile
@mikrahub
mikrahub / pmpt
Last active May 9, 2025 13:37
Prompt attachment
- Use suntax php 8.4
- Laravel version 12
- Use ABAC instead of RBAC
- All laravel models should have $table, $fillable properties
- All laravel models should have @property annotation for all properties from DB and relations
- All laravel models should have all realations methods and casts()
- All enums in laravel models should be casted to PHP enum
- Use Laravel facades instead of helper methods
- Use DI where it possible instead of laravel facades
- Use Carbon instance instead of DateTime or DateInterval