PHP framework
Version: 0.3.x
- PHP >= 8.3
- Create your project
composer require soanix/cavesman
- Create install.php with autoloader
require_once 'vendor/autoload.php';
-
Running first request will generate project structure
-
Now you can start develope
UPDATE Doctrine 2 to Doctrine 3 DB class now is named Db