laravel new <project-name>
chmod -R 755 storage bootstrap/cache
php artisan key:generate
{ | |
"status":{ | |
"type":"FAILED", | |
"message":"Access to undeclared static property: Phalcon\\Mvc\\Router\\Route::$_uniqueId", | |
"trace":[ | |
{ | |
"function":"__construct", | |
"class":"Phalcon\\Mvc\\Router\\Route", | |
"type":"->", | |
"args":[ |
<?php | |
if(isset($_POST['submit'])){ | |
if(!isset($_POST['nombre']) || empty($_POST['nombre'])){ | |
echo "nombre es requerido"; | |
} | |
} |
#Nombrar los Branches
##Principales
Manejaremos 3 branches principales
#Alfredapp
#Sequel Pro
#iTerm2 (https://www.iterm2.com/)
Configurar Nombre que salen en los commits
git config --global user.name "dasdo"
Configurar Email
git config --global user.email [email protected]