Home / Journal / Categories / Web Development ← All posts
Category

Web Development.

115 posts in this category.

04
Sep 2017
Web Development

How To Generate Code Coverage on Laravel Homestead

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...

read →
♥ 3 · 1
18
Aug 2017
Web Development

Why you need to only run composer install

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...

read →
♥ 1 · 0
19
Jun 2017
Web Development

Easy way to log all SQL queries in Laravel Application

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...

read →
♥ 1 · 0
12
Apr 2017
Web Development

Add Environment Variables In Laravel Homestead

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...

read →
♥ 9 · 2
08
Mar 2017
Web Development

How to use Laravel Dusk with Homestead on a Windows machine

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...

read →
♥ 16 · 0
12
Dec 2016
Domotic Web Development

Find all corrupted mp3 files on Linux

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...

read →
♥ 4 · 0
21
Nov 2016
Domotic Web Development

Transfer files from a Raspberry Pi to your android phone over WiFi with Python

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...

read →
♥ 241 · 5
07
Nov 2016
Domotic Web Development

Tidy up mp3 files in per-artist directory

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...

read →
♥ 1 · 0
27
Oct 2016
Web Development

How To Build An Efficient and SEO Friendly Multilingual Architecture For Your Laravel Application

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...

read →
♥ 1472 · 154
04
Jun 2016
Web Development

The Ultimate Like System For Laravel Thanks To Many to Many Polymorphic Relationships

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...

read →
♥ 5166 · 78
25
Apr 2016
Web Development

AngularJS: Forget About $broadcast() And Say Hi To The SharedContextService

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...

read →
♥ 1 · 0
06
Apr 2016
Web Development

Some New Tips About PHP7

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...

read →
♥ 2 · 0
05
Apr 2016
Web Development

How To Detect That AdBlock Is Enabled On Your Website

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...

read →
♥ 3 · 0
23
Feb 2016
Web Development

AngularJS Directives - The Reminder You Need To Bookmark

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...

read →
♥ 14 · 0
26
Nov 2015
Web Development

The Vagrant Setup File You Were Looking For

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...

read →
♥ 1 · 0
30
Oct 2015
Web Development

Register Form Macros Easily in Laravel 5

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...

read →
♥ 8 · 6
23
Oct 2015
Web Development

Email Yourself When Someone Encounter An Error In Your Laravel Application

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...

read →
♥ 4 · 0
04
Sep 2015
Web Development

Simple Like System with Laravel 5

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...

read →
♥ 6088 · 25
19
Aug 2015
Web Development

Wamp problems on Windows 10

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...

read →
♥ 1 · 0
28
Jul 2015
Web Development

Easiest way to bind events to your models

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...

read →
♥ 3 · 5