Skip to content

edent/blog.returnnull.de

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 42.6%
  • HTML 21.7%
  • TypeScript 17.4%
  • SCSS 16.7%
  • Makefile 1.2%
  • Dockerfile 0.4%