|
|
|
|
|
by stets
2214 days ago
|
|
Flask is great and could work fine. I just found that Laravel was easy enough to scaffold things out a lot easier (like user auth). I'm new to web app dev as well and have found MVC and other framework concepts making more since as I develop more in Laravel. SQL queries worked fine for me but a lot of people disagree with doing things that way. In contrast, though, eloquent is much simpler once you learn. |
|