Hacker News new | ask | show | jobs
by ok_coo 1282 days ago
If it helps, Laravel feels like the Rails of the PHP community.

I've used it to build ~5 websites and it's been very solid. The docs are pretty good and it does most of what you need out of the box. Especially the 8+ versions of Laravel. If there's something you need that's not included in the framework itself, it's likely there's a well-maintained community package.

Just my 2c.

1 comments

Thank you, that helped me. Had a quick glance at the documentation and it seemed solid indeed.