Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vincent15000's avatar

Forum and social network tutorial ?

Hello,

I will soon begin a new project associating the features of news, forum, social network, groups, lessons, ...

I know that there is a good lesson on laracast to show how a forum can be built with Laravel.

Do you know some tutorial to have an example how can a social network be built with Laravel ?

I have already my own ideas, but it's always interesting to see how other people do ;).

Thanks ;).

V

0 likes
2 replies
drehimself's avatar
Level 35

The features of a "social network" are mostly just CRUD operations on certain models like posts and users. Apply what you already know and you should be good to go.

A bit older, but part of the L6 from scratch series re-creates a basic Twitter clone: https://laracasts.com/series/laravel-6-from-scratch/episodes/55

Not a social network, but a lot of CRUD stuff in the Build a Voting App series (using TALL stack): https://laracasts.com/series/build-a-voting-app

1 like
vincent15000's avatar

@drehimself Thank you, that's what I thought, but it's always interesting to see how other people organize their code in various apps ;).

1 like

Please or to participate in this conversation.