Seminario “Iniciación a Git”. Universidade de Santiago de Compostela. 19/09/2016
Author: Jesús Amieiro
-
Motivos por los que no usar GPL
Interesante artículo sobre la licencia de software libre elegida, donde el autor explica los motivos por los que usa una licencia MIT (que cada vez veo más en GitHub) y no una licencia GPL: Why I use the MIT License
-
Microsoft REST API Guidelines
Interesante el documento de Microsoft en GitHub con las recomendaciones para el diseño y desarrollo de API REST: Microsoft REST API Guidelines
-
Disable register in Laravel
Laravel 5.2+ give us a way to scaffold all of the routes, controllers and views we need for authentication with one command:
php artisan make:auth
-
Problemas con Vagrant al actualizar Windows 7 a Windows 10
Tras actualizar un equipo de trabajo de Windows 7 a Windows 10, Vagrant dejó de funcionar con la máquina Homestead. El error era el siguiente
-
Laravel bash alias
In this post I explain how to add some useful Laravel bash alias in the bash shell, so you haven’t to type this long commands.
I use this alias in the Homestead VM Vagrant machine.
-
Virtualbox. Cannot register the hard disk because a hard disk already exists
If you are trying to create a new virtual machine from an existent virtual hard disk and you get the error: “Cannot register the hard disk because a hard disk already exists”
-
MySQL secure installation
mysql_secure_installation, un comando muy recomendable tras instalar un servidor MySQL.
-
Laravel ACL solutions
Some Laravel ACL (Access control list) solutions