A mythical creature that is half-unicorn and half-codec.
docker compose up -d
or full rebuild.
docker compose up -d --force-recreate --build
docker exec -it codecorn-website cp .env.example .env
docker exec -it codecorn-website composer install
docker exec -it codecorn-website npm install
docker exec -it codecorn-website bash
The proxy server requires a cert.pem
and key.pem
file in the ./proxy/certificates
folder but is disabled by default and not required.
Requires php with openssl enabled.
cp .env.example .env
composer install --ignore-platform-reqs
npm install
Follow the instructions in the laravel docs for a test mail server.
Or fill in the MAIL_*
variables in the .env
file for a real mail server.
npm run dev
or
php artisan serve