115 posts in this category.
TDD is cool right ? PHPUnit implementation in Laravel is so great that it makes TDD even cooler. When building your application you may wonder : did I test e...
First of all, the title of the article is misleading. You don't have to forget about all other composer command obviously. We are talking here about composer...
Every developer, when working on a project, start at some point wandering about the performances of his application. In the Laravel world, the most frequent qu...
As it may seem an easy thing to do, and to be honnest : it is, creating environment variables in your Homestead Virtual Machine is something you cannot find in...
Alongside Laravel 5.4 update, a new tool came up : Laravel Dusk. If you were used to run tests on your Laravel application, and particularly "Feature te...
I encountered a small issue last week, while updating my music library. I noticed that some new mp3 files that I added were corrupted and thus could not be rea...
Today I'll show a bit of python that could help you remotely manage your Android device. The goal here is to setup an SSH connection between a Raspberry Pi and...
There is quite an amount of work behind my radio stream . I download lots of new music file everyday, and at some point, I need to transfer all these mp3 file...
Hey! A new version of this tutorial is available ! In the new one, I use Spatie's translatable package, and I provide a cleaner and better implementation! Go...
Several months ago I wrote an article on How to create a Simple Like System For Laravel . In the comment of this article, a cool guy asked me about using a &q...
In AngularJS there one thing that you cannot do properly: Call a controller's method from another controller. In order to do that you must use $broadcast() and...
It's been several months that PHP 7 was released, and the latests frameworks already upgraded to be compatible with this version. Laravel Homestead, the OOTB...
You are running a website that contains a bit of advertisments, exactly like this blog, hoping that it will be enough to cover your hosting costs, but it's not...
Angular.js is probably the most known Javascript Framework, at close range with React.js A few months ago I started to learn about Angular, and I've made a b...
Several weeks ago, I started to use vagrant in order to work on my Laravel Projects. The purpose was to avoid wamp bugs , and mostly avoid having to run Ser...
While working on a new project at work I had to create a custom form input. The goal was to have a select list of the days of the week. If there is already a f...
Did you ever feel anxious about deploying a large application in production for the first time ? You are afraid that there are still some bugs somewhere, becau...
Update: A new and better way to build a Like System in Laravel is described in this article Yo yo guys ! Today I'll be giving you a new tutorial on how to...
After upgrading to the very nice Windows 10, you might experience some problem regarding WAMP Server. For my part, I got a lot of troubles trying to starting...
In this article I'll explain what I think is the easiest and cleanest way to bind events to your models in Laravel 5. In fact, I am working on a new project...