hexagonal-symfony icon indicating copy to clipboard operation
hexagonal-symfony copied to clipboard

Sandbox for experimenting with Cockburn's hexagonal ideas with Symfony2

Results 6 hexagonal-symfony issues
Sort by recently updated
recently updated
newest added

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`....