| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 bashRequires 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| Back | FazBrowse Home | New Git URL |