hexagonal-symfony
hexagonal-symfony copied to clipboard
Sandbox for experimenting with Cockburn's hexagonal ideas with Symfony2
Somehow the session file is not stored on the server (/var/lib/php5). After entering the correct credentials (everzet / qwerty) the login form redirect back to the login form. dev.log: >...
Loggin on using the login form was not possible, somehow no cookie was set on the server (/var/lib/php5/). To be honest, I have no idea as to why this fixes...
Marcello, what are your thoughts on requiring loading fixtures to utilize a use case service? For example, [LoadProjectManagers](https://github.com/MarcelloDuarte/hexagonal-symfony/blob/master/src/SensioLabs/CeremonyTrackerBundle/DataFixtures/ORM/LoadProjectManagers.php) creates ProjectManager entities. This could be encapsulated in a use case `CreateProjectManager`....