Skip to content

Instantly share code, notes, and snippets.

@jovertical
Last active March 20, 2023 03:57
Show Gist options
  • Save jovertical/29d284aa5a2971058aa85ed87ad33bf0 to your computer and use it in GitHub Desktop.
Save jovertical/29d284aa5a2971058aa85ed87ad33bf0 to your computer and use it in GitHub Desktop.
  1. Tools Installation
  1. PHP 101
  • Hello world
  • Variables
  • Conditions
  • Arrays
  • PHP & HTML
  • Classes
  • MySQL
  1. TODO MVC (WIP)

  2. Instagram Clone Project (Exchangeagram)

  • Laravel Installation
  • Tailwind CSS installation
  • Routes & Views
  • Header & Active Links
  • Controllers 101
  • Models, Migrations & Factories 101
  • News feed
  • Authentication: Login a user
  • Authentication: Register new users
  • Add new post
  • Follow / unfollow users
  • Comment to a post
  • Like / unlike post
  • Server fetched partials (instant content refresh)
  • Profile page
  • Post: add multiple image upload support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment