Some things you need :
- Laravel project
- VPS / Virtual Private Server
- Domain (if any)
- Put your Laravel project into source code management (github/gitlab/others)
Here I will use my company-management reporsitory.
Some things you need :
Beberapa hal yang kamu perlukan :
package main | |
import ( | |
"fmt" | |
"log" | |
"os" | |
"github.com/pkg/sftp" | |
"golang.org/x/crypto/ssh" | |
kh "golang.org/x/crypto/ssh/knownhosts" |