Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

syntaxerron's avatar

Prebuilt software solution

Does Laravel have a pre-built software solution such as ASP.Net Zero for its ASP.Net based applications? I want to focus more on the business logic and with it, I can save more time if common application requirements are already provided.

0 likes
1 reply
ftiersch's avatar
ftiersch
Best Answer
Level 28

That is exactly the point of Laravel... It brings a lot of commonly used functionality to the table and a lot of other functionality can be added with packages (also lots of "official" Laravel packages by the Laravel team).

Please or to participate in this conversation.