Support the ongoing development of Laravel.io →

matthisstenius

Joined 31 Mar 2014

Statistics

Threads 1
Replies 4
Solutions 0
Articles 0

Hexagonal architecture in Laravel

Hi! I've been reading up a bit about Hexagonal Architecture and i really like the concept. In a proj...

0 Likes
9 Replies
replied 9 years ago

Allowing more then one user to be logged in at the same time with Laravel?

Are you loggin in from the same browser? If so the session is being overwritten. You can log in from...

0 Likes
replied 9 years ago

How to avoid using Session Facade?

You could inject the Session class into your class and than inject a mock instead when testing.

0 Likes
replied 9 years ago

Hexagonal architecture in Laravel

Would a valid approach be to have an interface that my eloquent entities implements? Than i could us...

0 Likes
replied 9 years ago

Hexagonal architecture in Laravel

Thanks for the response. Will checkout Doctorine for sure.

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.