Update README.md
This commit is contained in:
parent
0a9beaad11
commit
5251a5e5c6
1 changed files with 0 additions and 15 deletions
15
README.md
15
README.md
|
|
@ -1,23 +1,8 @@
|
||||||
## Laravel NetBox
|
## Laravel NetBox
|
||||||
NetBox is an open source web application designed to help manage and document computer networks.
|
NetBox is an open source web application designed to help manage and document computer networks.
|
||||||
### Table of contents
|
### Table of contents
|
||||||
- [Installation](#installation)
|
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Commands](#commands)
|
- [Commands](#commands)
|
||||||
### Installation
|
|
||||||
Install this package with composer:
|
|
||||||
```
|
|
||||||
composer require wickedsoft/laravel-netbox
|
|
||||||
```
|
|
||||||
Copy the config files for the HostFact-plugin
|
|
||||||
```
|
|
||||||
php artisan vendor:publish --provider="wickedsoft\NetBox\ServiceProvider" --tag="config"
|
|
||||||
```
|
|
||||||
Add the HostFact credentials to your `.env` file
|
|
||||||
```
|
|
||||||
NETBOX_DEFAULT_URL=
|
|
||||||
NETBOX_DEFAULT_KEY=
|
|
||||||
```
|
|
||||||
### Usage
|
### Usage
|
||||||
#### Authentication [users]
|
#### Authentication [users]
|
||||||
It's possible to use a custom `netbox` authentication driver to login users in your application, by default the UserProfile will be cached for 60 minutes
|
It's possible to use a custom `netbox` authentication driver to login users in your application, by default the UserProfile will be cached for 60 minutes
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue