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...
No it is possible: $event = Event::fire('auth.login', array($user)); And you should check Illuminat...
Yes it would be right thing to do, but event can collect responses from all hooks (or till first res...
This is view composer witch is triggered with events. View::composer('profile', function($view) {...
Route::any('{request}', function($request) { // }) ->where('request', '[a-zA-Z0-9./-_]+'); C...
Found that there is method for that /** * Set the application's deferred services. * * @para...
The Laravel portal for problem solving, knowledge sharing and community building.