Skip to content

MokammelTanvir/Twitter-Clone

Repository files navigation

Twitter Logo

Twitter-Clone

Twitter clone project using Laravel 10, Vue 3, Tailwind CSS, and Laravel Breeze.

Run Locally

Clone the project

  https://github.com/mokammeltanvir/Twitter-Clone.git

Go to the project directory

  cd Twitter-Clone

Install dependencies

composer install

cp .env.example .env

php artisan key:generate

composer require laravel/breeze --dev

php artisan breeze:install vue --ssr

Create the DB

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_twitter
DB_USERNAME=root
DB_PASSWORD=

migrate your DB

php artisan migrate

php artisan db:seed

Start the Server

php artisan serve

Application Screenshots

App Screenshot

About

Twitter clone project using Laravel 10, Vue 3, Tailwind CSS, and Laravel Breeze.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •