D
D
darksladen2018-07-17 20:31:50
Software design
darksladen, 2018-07-17 20:31:50

Materials on the correct architecture of projects on laravel?

Are there any guides, articles, courses, where the creation of at least a slightly complex application is considered? Where there are full-fledged services (and not just a class), contracts, abstractions, where it is shown how it is better to connect everything, etc. A maximum of a couple of classes will be created in the services folder and that's it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2018-07-17
@darksladen

A maximum of a couple of classes will be created in the services folder and that's it.
Yes, but this is a start.
Immediately, Eloquent is also thrown out in favor of Doctrine, after all, Active Record is a terrible anti-pattern and the main source of problems.
Validators put normal ones (symfony/validator package) and not described in arrays, include a validated configuration (symfony/config package) for the sake of a three-builder, etc. All that remains of Laravel is the http framework and a couple of components. As a result, then comes the understanding that it was necessary to initially take symphonies.

I
Igor Vorotnev, 2018-07-26
@HeadOnFire

laracasts.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question