PHP without a framework
Instructions
Initialise composer project:
composer init
Create skeleton front controller at public/index.php
<?php declare(strict_types=1); require_once '../vendor/autoload.php';
Initialise composer project:
composer init
Create skeleton front controller at public/index.php
<?php declare(strict_types=1); require_once '../vendor/autoload.php';