Skip to content
View juliofagundes's full-sized avatar

Block or report juliofagundes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Adicionar novo host em ambiente Home... Adicionar novo host em ambiente Homestead
    1
    function add-host() {
    2
    
                  
    3
            curfolder=${PWD##*/}
    4
            echo "### adicionando ao hosts: ${curfolder}.local"
    5
            sudo sed -i "/#hosts add by script/a 192.168.10.10 ${curfolder}.local" "/etc/hosts"
  2. Cria um link simbólico de "public/{f... Cria um link simbólico de "public/{folder}" para "storage/app/public
    1
    <?php
    2
    
                  
    3
    namespace App\Console\Commands;
    4
    
                  
    5
    use Illuminate\Console\Command;