If you're looking to get into app development, Laravel is a great framework that has just about every component you need: models, controllers, auth, background queues, web sockets / broadcasting, and more. There are a lot of resources out there for learning Laravel, and even their docs are top-tier.
Last year, I put together a free five-part series on my blog that introduces Laravel to new developers. It goes a little deeper than the docs, and includes tips for troubleshooting some common errors that may hinder a beginner.
- How to Build a Blog with Laravel - Part 1 - Project Setup
- How to Build a Blog with Laravel - Part 2 - Database Stuff
- How to Build a Blog with Laravel - Part 3 - Controllers and Routing
- How to Build a Blog with Laravel - Part 4 - Authentication with Fortify
- How to Build a Blog with Laravel - Part 5 - Frontend with PicoCSS
Hopefully these articles can help you if you're a beginner and want to give Laravel a try!
Top comments (0)