http://asklagbox.com/blog/unboxing-laravel-authentication A look at the pieces of the Authentication...
http://asklagbox.com/blog/laravel-realtime-facades We're off to see the wizard.
Some misunderstandings people run into and some explanation of what is actually going on. asklagbox...
A quick introduction to artisan tinker and the REPL behind it PsySH. asklagbox - blog - Tinker all t...
The long awaited Komodo IDE 10 has been released. Check it out, you might just like it ;). http://ko...
Why not just grab an instance where you need it? $userRepo = app('App\Repositories\UserRepositoryInt...
I have a small tutorial on using the Authroziation system if you want to go that route. asklagbox -...
Put in a pull request to laravel/laravel.com repository to add that feature.
For a static call to get the builder: $builder = Model::query(); If you have a model instance: $bui...
As @LaurentMeganck said there shouldn't be a problem with a class using multiple services. You can e...
The Laravel portal for problem solving, knowledge sharing and community building.