Laravel Twitter Clone Prerequisites Docker 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 twitter_clone_laravel