Skip to content

SumonMSelim/laravel-twitter-clone

Repository files navigation

Laravel Twitter Clone

Prerequisites

Installation

Build and start Docker services

docker-compose up --build -d

Connect to php-fpm (app) container

docker-compose exec app sh

Copy .env file

cp .env.example .env

Install the dependencies

composer install

Run the database migration and seeder (if needed)

php artisan migrate --seed

Run the tests

bin/phpunit

About

Twitter clone using Laravel 8.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages