/simple-twitter-client

Simple Twitter Client powered by Laravel

Primary LanguagePHP

Simple Twitter Client

Installation

  1. Clone this repo
  2. composer install
  3. cp .env.example .env
  4. npm install
  5. npm run dev
  6. php artisan key:generate
  7. Setup your Twitter application and fill the TWITTER_* attributes in .env
  8. php artisan serve
  9. Open browser: http://localhost:8000