Create INSTALL.md
This commit is contained in:
parent
5251a5e5c6
commit
fa92a15844
1 changed files with 21 additions and 0 deletions
21
INSTALL.md
Normal file
21
INSTALL.md
Normal 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=
|
||||
```
|
||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue