edent / blog.returnnull.de

Source code of blog.returnnull.de

Home Page:https://blog.returnnull.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog.returnnull.de

This is the source code behind blog.returnnull.de.

Tech Stack

php PHPUnit Composer MySQL HTML SASS Docker Docker-Compose Nginx PHPStorm Git

How to Start Development

  • clone repository
  • build images with make build or with docker compose build
  • use make run or docker-compose up -d to start the containers
    • to install the dependencies and to update the autoloader (do this everyime you add a new class) make install or docker-compose -f docker/compose/docker-compose-cli.yml run --rm --no-deps php_cli php -d memory_limit=-1 /usr/local/bin/composer install
  • use make stop or docker-compose down --remove-orphans to stop the containers

Access Admin Panel

How to execute PHPUnit-Tests

  • make unit_test
  • if you want to see the coverage in PHPStorm then follow these steps:
    • Go to the menu bar in PHPStorm at the top
    • Go to Run -> Show Coverage Data or press Strg + Alt + 6 -> +
    • then choose (projectfolder)/code/tests/reports/phpunit.coverage.xml and press OK and show selected

About

Source code of blog.returnnull.de

https://blog.returnnull.de/


Languages

Language:PHP 42.5%Language:HTML 21.7%Language:TypeScript 17.4%Language:SCSS 16.7%Language:Makefile 1.2%Language:Dockerfile 0.4%