You've reached the final project for "Laravel From Scratch." Great job making it this far! To put your skills to the test, our final task is to build a Twitter clone, called "Tweety." We'll need to build the design, and add the necessary functionality to login, follow friends, view a timeline, and favorite posts that we like.
In this episode, we begin with the initial project setup.
app/Models
directory. This means an App\Post
namespace should now be App\Models\Post
.