Create INSTALL.md

This commit is contained in:
Tony Roy 2021-03-13 13:47:14 -04:00 committed by GitHub
commit fa92a15844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
INSTALL.md Normal file
View file

@ -0,0 +1,21 @@
# Installation
## Information
The install of this package is pretty straight forward
## Install Steps
### Install this package with composer:
```
composer require wickedsoft/laravel-netbox
```
### Copy the config files for laravel-netbox
```
php artisan vendor:publish --provider="wickedsoft\NetBox\ServiceProvider" --tag="config"
```
### Add the credentials to your environment file (.env)
```
NETBOX_DEFAULT_URL=
NETBOX_DEFAULT_KEY=
```