Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does your DB have a classic design? You can very easily map an existing DB with a fresh Laravel install, just write a couple Models, their relationships and you're almost set.

I have been working with Laravel on a daily basis since 6 years and have never felt more efficient with code.



Not sure what you mean by classic, but I designed it manually to be queried with plain SQL. So I suspect the answer to your question is yes.

Thanks for the info!


By classic I mean something somewhat standardized like user table: id, name, email ; post table: id, user_id, content etc.


Pretty much, then, yes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: