If you’ve been working for Laravel & Queued jobs for a moment you probably stumbled on a “Job has been…
How to commit file permissions in a git repository
Now and then I put a deploy.sh file in my repositories. It’s useful when I have to work elsewhere than…
How to generate unique initials for users in Laravel and Faker.
In an application I’m working on, users are represented with initials. In order to generate seed data I used Faker…
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.…
Configure Phabricator with Laravel Forge
On my latest post I wrote about Phabricator and showed you how to install it on a Laravel Forge provided…
How to install Phabricator on Laravel Forge
I recently discovered Phabricator by Phacility, a powerful software development platform and decided to give it a go. In the…
How to fix Videostream for Google Chrome
A few weeks ago my Videostream extension stopped working. When I launch the app and start playing a video the…
How to make an Avatar Picker with Vuetify?
Today I was building a profile page for a client’s app. The form has classic fields like first name, last…
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…
How to make a sticky tabs bar with Vuetify?
Recently I’ve been working on a web app with Vuetify and I needed to make a tabs bar sticky (always…