In an application I’m working on, users are represented with initials. In order to generate seed data I used Faker…
Laravel
How to ignore node_modules when running the watcher in Laravel Mix & Nuxt.js
Recently @stidges tweeted a tip that shows how to ignore `node_modules` when running webpack’s watcher. Here is the code snippet.…
Export table as Laravel Migration in TablePlus
TablePlus just released a plugin that lets you easily export a table to a Laravel Migration. Even though I always…
Store files on Digital Ocean Spaces with Laravel
In this post I’ll explain how you can store your files on Digital Ocean Spaces in your Laravel project.