2
iterevo
6y

Wanting to get into laravel any good places to start?

Comments
  • 2
  • 4
    The laracasts introduction to laravel is free and then just use their docs, really all you'll need.
  • 2
    First make sure you have a good understanding of php. Then go through the documentation. Now learn by making and googling when you encounter problems.

    And make sure to enjoy this framework, I personally love it! 😁
  • 0
    @Bitwise thanks I will be definitely checking it out
  • 1
    @jerodev I would say I have a decent understanding of php and thanks for the advice. Also what are some of your favorite parts of laravel?
  • 0
    @iterevo I find the query builder amazing. If you dig deep enough, you can use it to build any query without using raw expressions.
Add Comment