Laravel vs ASP.NET Core, pHP Pragmatism or C# Discipline?

LaravelASP.NET Core
MaintainerTaylor Otwell and Laravel HoldingsMicrosoft
First release20112016
LicenseMITMIT
Learning curveGentle. Arguably the best documentation and learning resources (Laracasts) of any backend framework.Moderate, c# is a clean, modern language and the docs are consistent, but the framework surface is large.
PerformanceSolid for typical web workloads with OPcache, and Octane (Swoole/RoadRunner) lifts throughput well beyond PHP's old reputation.Among the fastest mainstream web frameworks in independent benchmarks (TechEmpower); Kestrel plus AOT compilation options.

Verdict

Laravel ships business features faster and cheaper; ASP.NET Core runs them faster and with compile-time guarantees. SMB apps, portals and agency projects on tight budgets favor Laravel; corporate systems, high-throughput APIs and Microsoft-centric IT departments favor ASP.NET Core.

Laravel · ASP.NET Core · All technology comparisons