In my app's bootstrap code I need to use $_SERVER['HTTP_HOST'] to do some initialization. Problem is...
You don't need separate routes for multilingual sites. Suppose they change the language in a dropdow...
Your code looks fine, inject classes through the constructor as Kevin mentioned. You can mock the au...
It's ok to mix HTML in a presenter. Just remember to extend an abstract base presenter if you find a...
The query builder and Eloquent are not separate ways to query, they work together. You can use any o...
The Laravel portal for problem solving, knowledge sharing and community building.