Back

New to Laravel! What are the key things I should focus on as I get started? 🤔
#Laravel #php

4

254

  • No matching results...
  • Searching...

/ 1000

be familiar with MVC pattern , get know about how routes, views and data passing works.
- database migration, eloquent, authentication etc
these are the first things which i learned in laravel when i started.

56

What about going through laracasts. If you prefer videos this might be a good option.

1

46

This is one reason I promote Laravel => the Laracasts resource is excellent (and it's broad enough that you're not just learning Laravel but general concepts or even React Native, etc)

+1 for Laracasts

42