115 posts in this category.
As you surely know, tons of website today features a floating bubble, often in the bottom right of your screen, that you can click to talk with the website adm...
I used the play a lot of Video Games. I still kinda do, but when I think about it, when I was a teenager, I spent hundreds of hour playing MMORPG's. Now, I p...
This is a weird issue that appeared few weeks ago on my Windows machine, on which I use Virtual Box and Vagrant to run & test Laravel Projects. When exec...
Whatever you read on the web about consulting and what consultants actually do, which is a huge ton of bullet points, let me summarize it for you. Free of char...
First you will need to install the linux package ffmpeg sudo apt-get install ffmpeg In your PHP Project, install the php-ffmpeg package composer...
Today another tutorial where we are going to build a flash notification system for your VueJS application. It works both with Single Page Application (vue-rout...
The truth is that, even if there are hundreds of Nova Packages out there, I really don't think they are that useful . They may make your life easier, and they...
One the biggest struggle I've had while building Find A Maker was the implementation of the roles toggle button that filters the jobs thanks to Algolia Insta...
Many times in your awesome developer life, when you're starting to think about how you're going to build the next feature for a website, you wonder "is th...
LOOK MA'! FIRST CUSTOMER!! As you way know I've been working a lot on webradio.io , a SaaS app that allows webradio owners to create and manage unique loo...
In 2013 I launched my first Startup. It was quite a big deal. I was only 21 and I quit my job after only one year (it was my first job). The Startup wasn't t...
While I'm currently working on my new project findamaker.io , I noticed a strange behavior in production. To put things into context, I'm using Laravel Mix...
As I was installing Laravel Nova into one of my new projects, which is a full VueJS Single Page Application with vue-router, I encountered a weird issue: Whe...
Story short, here's how your webpack.mix.js should look like: let mix = require('laravel-mix'); let SWPrecacheWebpackPlugin = require('sw-precache-webpack-...
This is the story of my professional career. From when I was 18 year old to this day. This is my story. Get ready because it might be god damn long. Schoo...
Since Laravel 5.3, Laravel Passport is the main way to authenticate an API consumer with an access token. I say it's the main way because it's the only way...
Since 2014 I'm working as a Laravel Freelance. With the help of a good friend and associate, I was able to get two or three long term clients for which I'm wor...
Tired of always having to type your login and password when executing git pull on your server? So do I. Here's an helper command that will remember your cr...
I guess we all know Laravel Forge and Laravel Envoyer, which is probably the best combination of hosting and deploying Laravel applications. However, maybe y...
When developping a web application you are probably working with users, and those users can maybe create content on your plateform by filling forms, etc. Or ma...