Neo Likotsi

@neolikotsi

65 Points 0 Followers

3 Posts

0 Answers

User has not added any information in their about section.

Neo Likotsi · 3 years ago

Some Dependency Injection Gotcha

The Laravel service container is a powerful tool for managing class dependencies. In my app's code I often inject class dependencies in the constructor: class HomeController extends Controll...

Neo Likotsi · 3 years ago

Gotchas When Testing Laravel Mailables

When testing mailables in an app and we want to ensure the intended email address is sent to, we can use Mail facade in our test method: use Illuminate\Support\Facades\Mail; ... public fun...

Neo Likotsi · 3 years ago

Customizing Setting of Scout MeiliSearch

Laravel 8's scout package added support for a MeiliSearch engine see docs. The functions exposed by Laravel Scout are good to build the basic search query against your index, but I found tha...

Loading More Content