Run the command below in your project to install the package automatically:
./artisan package:install github.com/goravel/example-packageOr check the setup file to install the package manually.
// main.go
import examplefacades "github.com/goravel/example-package/facades"
fmt.Println(examplefacades.Hello().World())
The console will print Welcome To Goravel Package.