Dan RovitoReplace Vite with Mix in Laravel 9.2If you are starting a Laravel 9.2 project and don’t want to use Vite you can easily remove it and revert back to Laravel Mix.Jul 11, 20223Jul 11, 20223
Dan Rovito6 Things I Learned While Streaming Code on TwitchI have been streaming games on Twitch for about 2 months now, but never really felt like I could find my niche. I decided to move on from…Oct 5, 2017Oct 5, 2017
Dan RovitoCreating a CDN with Backblaze B2 and Cloudflare for FreeThere are plenty of CDN’s out there that deliver our assets such as jquery, bootstrap, etc. What if we want our not so popular or custom…Nov 17, 20162Nov 17, 20162
Dan RovitoCreate a Token with Stripe API and LaravelUsually when we create the Stripe token thats used to send credit card information to Stripe’s servers we are using Stripe.js. But what if…Oct 28, 2016Oct 28, 2016
Dan RovitoUsing Redis cache with Laravel Lumen 2.5Out of the box Lumen doesn’t work with Redis for caching. I met errors such as class redis does not exist along with other errors. Here is…Oct 28, 2016Oct 28, 2016