Matt Woods

Developer at Jogg and a strong proponent of open source software.

Laravel Shots

I am also the creator of Laravel Shots, shots are the 101 lesser known Laravel development tips packaged in a simple tweet.

Recent Articles


Records missing from algolia index after runnning laravel scout import

You run php artisan scout:import and it says [OK] All x-y-z records have been imported. You then go to your algolia index and see that some of the records are missing. This...

Read →

Setting up Auth between your Laravel API & the frontend JS client using Passport

Laravel Passport is an official Laravel package to implement API authentication in your Laravel apps. It provides a full OAuth2 server implementation for your Laravel applications. An API built...

Read →