8 ms·
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 doe
by ok_coo 4y 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.
- martin_a 4y agoThank you, that helped me. Had a quick glance at the documentation and it seemed solid indeed.