this post was submitted on 28 Feb 2024
283 points (92.2% liked)

Programmer Humor

31970 readers
1567 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago (4 children)

Maybe wrong place to ask idk lol, but I wanted to create a wiki clone to learn more complex websites with a database. Im a bit lost trying to learn Laravel from the ground, anyone knows where can I start? Maybe some tried and true helpful resource?

[–] lawrence 2 points 6 months ago* (last edited 6 months ago)

Laravel from Scratch is the best Laravel course available. It is free and was created by the founder of Laracasts. This tutorial series covers all the important features of the framework from beginning to end. Although it's for Laravel 8 and not 10, all the knowledge you gain from this course you can and should be applied to Laravel 10.

[–] captainjaneway 2 points 6 months ago

They probably have tutorials on their website. Most MVC frameworks have pretty decent guides.

[–] Potatos_are_not_friends 2 points 6 months ago

Laracasts made me love frontend again.