Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages