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

thetanaz's avatar

Stepping away from Laravel has shown me just how good it really is

These past few days I've decided to try and build a backend API in GO, just to learn something new, as it is quite a fascinating language and I find it rather enjoyable.

However from the moment I started building I realized just how much setup and boilerplate code is involved in building something from the ground up. From building your own http server, to managing database migrations and queries, structuring the project, rolling my own auth, making a websocket server, taking care of routing and god knows what else I realized it would take me a week just to get to where Laravel is at when I initialize a new project. We are so spoiled to have such an amazing tool at our disposal and just the thought of having to do ALL that work from the ground up that is already done in Laravel makes my head spin.

Just wanted to give my 2 cents on the subject.

0 likes
2 replies
Snapey's avatar

Just a week? Did you get around to blade, or schedules, or rate limiting, or pipelines, or queues? How about mails in markdown or html? How about access to thousands of packages on Packagist?

1 like
thetanaz's avatar

@Snapey I agree, it could be much more than that depending on the application complexity and needs. I don't even know how people decide to build an entire backend from scratch with nothing but an empty editor at this point.

Please or to participate in this conversation.