119 posts in this category.
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...
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...