Hello, i am using Laravel's new feature FormRequest and every thing is nice, input validates, permis...
Hello, so i am creating value Money( 500, Currency('EUR') ). What would be the best approach to vali...
Hello, i am creating web page, it will have multiple ways to access, via browser, api and cli. To pr...
I'm learning DDD pattern and signle responsability and what not, and i found one thing that repeats...
I am about to create new project and i think events are the best fit for this job. But what should i...
Just wondering what kind of objects did you get back? Was it collection with arrays or correspondig...
For me it still would be the same route and in repository it would do all magic and return data to c...
Set views path as variable in a controler and use in a blade file like so @inlclude($customViewPath)...
Place those in your views to include required assets {{ Assets::js() }} // For js {{ Assets::css() }...
Recently found out about this package and it is awesome. Since than i include it in every new projec...
The Laravel portal for problem solving, knowledge sharing and community building.