Skip to content

An example for how to build a third package

License

Notifications You must be signed in to change notification settings

goravel/example-package

Repository files navigation

An Example For A Goravel Extend Package

Install

Run the command below in your project to install the package automatically:

./artisan package:install github.com/goravel/example-package

Or check the setup file to install the package manually.

Testing

// main.go
import examplefacades "github.com/goravel/example-package/facades"

fmt.Println(examplefacades.Hello().World())

The console will print Welcome To Goravel Package.

About

An example for how to build a third package

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages