Full Stack Twitter Clone with Laravel

Full Stack Twitter Clone with Laravel

Twitter Clone (twitter-clone)

Tutorial showing you how to build Twitter

If you’d like a step by step guide on how to build this just CLICK THE IMAGE BELOW

GO TO JOHN WEEKS DEV TUTORIAL VIDEOS

Come and check out my YOUTUBE channel for lots more tutorials -> https://www.youtube.com/@johnweeksdev

LIKE, SUBSCRIBE, and SMASH THE NOTIFICATION BELL!!!

App Setup

git clone https://github.com/John-Weeks-Dev/twitter-clone.git

composer install 

cp .env.example .env 

php artisan cache:clear 

composer dump-autoload 

php artisan key:generate

composer require laravel/breeze --dev

php artisan breeze:install vue --ssr

php artisan serve

Create the DB

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=twitter-clone
DB_USERNAME=root
DB_PASSWORD=

Now migrate your DB

php artisan migrate

php artisan db:seed

Now run this command to start the project

npm i

npm run dev

You should be good to go!

Application Images

Screenshot 2023-01-26 at 16 45 28


Screenshot 2023-01-26 at 16 45 53


Screenshot 2023-01-26 at 16 46 08


Screenshot 2023-01-26 at 16 47 03


Screenshot 2023-01-26 at 16 47 24


Screenshot 2023-01-26 at 16 47 38


Screenshot 2023-01-26 at 16 47 51

Source Code

To use this app, please view the source code via the link below.


Coffee
Coffee
Buy Me a Coffee

We hope that Full Stack Twitter Clone with Laravel article will be useful. Please continue to visit this site to get other latest free application source code info. You can also join the telegram channel or subscribe to email to get the latest updates. Thank You.

Love this Twitter Clone app? You can provide support by buying coffee at this link. You can also support us by sharing this content on social media and your friends, let's share via the link below.

You may also like

Never miss a drop!

Subscribe to our newsletter to receive updates early.

Telegram Menu CoffeeCoffee
Top