Update README.md
This commit is contained in:
parent
82dd6ddb5b
commit
ea2fecb651
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
## 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)
|
- [Installation](#installation)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Models](#models)
|
- [Commands](#commands)
|
||||||
### Installation
|
### Installation
|
||||||
Install this package with composer:
|
Install this package with composer:
|
||||||
```
|
```
|
||||||
|
|
@ -88,7 +87,7 @@ public function getIndex(NetBox $netBox)
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### Models
|
### Commands
|
||||||
#### Global
|
#### Global
|
||||||
```php
|
```php
|
||||||
NetBox::status()->show(array $params)
|
NetBox::status()->show(array $params)
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue