A mythical creature that is half-unicorn and half-codec.
docker compose up -dor full rebuild.
docker compose up -d --force-recreate --builddocker exec -it codecorn-website cp .env.example .env
docker exec -it codecorn-website composer install
docker exec -it codecorn-website npm installdocker exec -it codecorn-website bashThe 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 installFollow 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 devor
php artisan serve