This PHP project is a simple website where client can fill a form with name, email and message.
There is a non protected back office where you can see and manage all messages.
You can find more informations at "test-technique.md".
git clone https://github.com/Zarwine/Q-Test.gitcd Q-Testcomposer install
- To test the project:
./vendor/bin/phpunit ./tests - To launch development server :
php -S 127.0.0.1:8000 -t public