PHP framework
Version: 0.5
- PHP >= 8.4
-
Create your project
composer require soanix/cavesman
or
composer init
Use
soanix/cavesman
as require dependency -
Execute install command from bin-dir
vendor/bin/cavesman install
or
bin/cavesman install
-
Cavesman is installed
- Install is now a run command
bin/cavesman install
- Display all command list running
bin/cavesman --help
- Entity generator by running
bin/cavesman cavesman:doctrine:entity
- Refactor all Classes namespace to Core
- Removed Smarty Class (deprecated in Cavesman 0.4)
- Migrate from Doctrine 2 to Doctrine 3
- DB class now is named Db
- Smarty Class Deprecated