Web-Travel Travel agency web app How to deploy Clone the repository git clone https://github.com/Lesart501/web-travel.git --config core.autocrlf=input cp .env.example .env Build and launch containers docker-compose up -d Inside the php-fpm container composer install php artisan key:generate php artisan migrate --seed php artisan storage:link