Skip to content

Laravel and Vue to build out a Twitter Clone with as many features.Includes a timeline, notifications, media uploads, hashtags, mentions, granular search and much more. To top it off, everything is updated in true realtime.

Notifications You must be signed in to change notification settings

ahmd-ramzan/twitter-clone

Repository files navigation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Setup a database and add your database credentials in your .env file
  6. npm install
  7. npm run dev or npm run watch
  8. `php artisan serve
  9. `php artisan websockets:serve
  10. Visit localhost:8000 in your browser

About

Laravel and Vue to build out a Twitter Clone with as many features.Includes a timeline, notifications, media uploads, hashtags, mentions, granular search and much more. To top it off, everything is updated in true realtime.

Topics

Resources

Stars

Watchers

Forks