Yannick Voyer
Yannick Voyer
- Add basic menu configuration by owner - Add cashier manages the order of the phone customer - On order confirms, the cook can cook the order's meal - On...
This will fix #7. Employee are allowed to: - Owner - [ ] Hire employee - [ ] fire employee - [ ] promote employee - [ ] Create meal...
Here is what I thought could represent a good use case to start an example of ddd with all types of relations (one to many, many to many), while being...
This issue was caused, when the following steps are encountered: - When the `composer.phar` do not exists at the root - `composer.json` file defines a different path to the `bin`...
This would enable the developper to control the naming of its methods instead of having to name it `get` or `is`. **Use case**: ``` require_once 'vendor/autoload.php'; use Doctrine\Common\Collections\Criteria; use Doctrine\Common\Collections\ArrayCollection;...
Hi, I just want to let you know that I'm in the process of writting tests for the whole bundle. you can see my progress: https://github.com/yvoyer/CalendarBundle/issues/1 Your comment are welcome,...
I am using vfsStream to mock the file system as a service during the execution of a Symony app. `file_put_content()` fails when creating another root dir was created. Is there...