/Tweety

The final project from Laravel From Scratch.

Primary LanguagePHP

Tweety

This is the repository for the "Laravel From Scratch" final project at Laracasts. Please feel free to fork it and learn from or expand however you wish.

Recommended Additions

All Additions that are completed are also merged into master branch.

Each branch is listed in here so you can see what has changed. Each branch will have the code from the previous one as well.

  1. The profile page banner image and description are hard-coded. Make these dynamic for each user. Completed
  2. Add the ability to attach an image when publishing a tweet. Completed
  3. There is currently no way to unlike a tweet. Add the ability to toggle a like. Completed
  4. Add a pop-up flash message when a user publishes a tweet or follows someone. Completed
  5. When writing a new tweet, display the number of remaining characters they're allowed. Completed
  6. Allow tweets to be deleted. Completed
  7. Add support for mentions and notifications. Completed
  8. Work on responsiveness.
  9. Consider adding Laravel Livewire to allow for more interactive forms.