App for creating exercises for students
- PHP 8.4
- Composer 2.8
- Xdebug 3.4
- IDE tested : PhpStorm and Cursor
- OS supported : Windows 11 and Fedora 42
composer install
How to get dependencies and build? How to run the tests?
How to deploy the application outside the dev environment.
- Tip: try the tree bash command
├───Docs
├───Shopping //classes and packages
│ ├───bin //the binary to deploy on the end-user environment
│ │ └───Debug
│ └───obj
│ └───Debug
└───TestShopping //test classes
├───bin
│ └───Debug
└───obj
└───Debug
-
Take time to read some readme and find the way you would like to help other developers collaborate with you.
-
They need to know:
- How to propose a new feature (issue, pull request)
- How to commit
- How to use your workflow