composer init
index.php
require_once ('./vendor/autoload.php');
php -r "file_exists('.env') || copy('.env.example', '.env');"