1.0.2 • Published 8 years ago
adonis-sophos v1.0.2
What's This?
Adonis Sophos is an NPM package for Adonisjs that returns daily tidbits of wisdom for your day.
Getting Started
Simply run the below command and follow the instructions below.
npm install --save adonis-sophosIf using Yarn
yarn add --save adonis-sophosRegister provider
Register provider inside start/app.js file.
const providers = [
'adonis-sophos/providers/SophosProvider'
]And then you can access it as follows
const Sophos = use('Sophos')