You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,15 @@ Laravel Navigation was created by, and is maintained by [Graham Campbell](https:
16
16
17
17
## Installation
18
18
19
-
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.2+, and [Composer](https://getcomposer.org) are required.
19
+
[PHP](https://php.net) 5.4+ or [HHVM](http://hhvm.com) 3.3+, and [Composer](https://getcomposer.org) are required.
20
20
21
-
To get the latest version of Laravel Navigation, simply require `"graham-campbell/navigation": "~1.0"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
21
+
To get the latest version of Laravel Navigation, simply add the following line to the require block of your `composer.json` file:
22
+
23
+
```
24
+
"graham-campbell/navigation": "~1.0"
25
+
```
26
+
27
+
You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
22
28
23
29
Once Laravel Navigation is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.
0 commit comments