Catégorie : programming

17 mars 2016

Quel langage de programmation choisir ?

L’apprentissage de la programmation n’est pas toujours pour aboutir à la création d’un produit fini comme la conception d’un logiciel, d’une application ou de site Web. Comprendre comment fonctionne la programmation enseigne la pensée informatique, la logique et la résolution de problèmes, qui peut être appliqué dans tous les domaines.

1 juillet 2015

How to add new Validators to Laravel 5.1

  Laravel 5.1 comes with new features like the « Form Request » which reveal themselves to be very useful when validating forms. All you have to do is to define the validation rules and the whole validation process is handled automatically in the background. For the example, we will use the one on theLaravel site. Create a new Form Request with command line php artisan make:request StoreBlogPostRequest […]