alexeymezenin / laravel-best-practices

Laravel best practices
11.24k stars 2.37k forks source link

[Enhance]: Enhanced some methods according to Best Practice usage in … #174

Closed Ar-Monta closed 11 months ago

Ar-Monta commented 1 year ago

Hello and Best regards,

I hope this message finds you well. I want to express my gratitude for the invaluable documentation you have provided on best practices in Laravel. Your efforts have greatly benefited the Laravel community, and I am honored to be able to contribute to such a remarkable repository.

Having carefully studied your documentation, I believe there are some opportunities for improvement that could make Laravel applications even more readable and extensible. As such, I have prepared a pull request with my suggested changes.

I genuinely appreciate your time and consideration in reviewing my pull request. Your expertise and guidance will be immensely valuable, and I am eager to learn from your feedback to enhance the quality of my contributions.

Once again, thank you for your dedication to the Laravel community.

Best regards, Arshia Montakhabi

JohnnyWalkerDigital commented 12 months ago

Both of these changes are not recommended: The repository pattern is discouraged and outdated, and the syntax example conflicts with default code that Laravel ships with.