Setting up Laravel with Doctrine and Passport
Our goal will be to scaffold out a basic app that uses doctrine on the backend... and then get passport installed to handle authentication. This is a cool setup because then you have all you need to …
Our goal will be to scaffold out a basic app that uses doctrine on the backend... and then get passport installed to handle authentication. This is a cool setup because then you have all you need to …
Over the last couple of years I've worked on several APIs, and during that time I've developed a set of tools that can be shared across multiple Laravel packages. One of these is a package which I lo…
So a few months ago, Twitch.tv made a big announcement that they were going to start allowing username changes. You can find the announcement here: twitch.tv username change blog post A big part of t…
For the past 10 years I've been wanting to learn Vietnamese. It was mainly a fleeting interest that would pop up occasionally, but I would never pursue it fully. Everytime I started to try, there we…
A couple years ago I was working on a Laravel API that had social authentication features. I was using the laravel/socialite package to handle these authentication features, but ran into issues becau…