Member-only story
Coding MVC based implementation on Loan Note application — web based notes taking app in order to trigger some dissonance on web development market.
vhosts
mkdir loan-note-mvc && cd loan-note-mvc
composer init
Completing the questions is the right approach, leading to the efforts based solution — required packages are laminas/laminas-mvc
and phpunit/phpunit
respectively — production and development sites.
I think that documentation unveils better the solutions and outcomes at this scope.
composer serve
leads to 0.0.0.0:8080
port serving especially well, without trouble. Following documentation, in turn, unveils fascinating module option — both zip and tarball packages are missing, responding 404 not found HTTP exception.