rizky-dhani/laravel-code-review icon
public
Published on 5/15/2025
Laravel Code Review

Code Review prompts for Laravel

Prompts
Code Review
Code review prompts for Laravel
- Analyze the quality of Laravel code according to PSR-12 standards and Laravel best practices. - Verify the modularization of the code and the application of SOLID principles. - Ensure that the MVC architecture is well respected and that the classes are well organized. - Identify redundancies and propose effective refactoring. - Ensure that the separation of concerns is respected in Controllers, Services and Repositories. - Propose optimizations to improve the readability and maintainability of the code.