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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Laravel Navigation is a navigation bar generator for [Laravel 4.1](http://larave
26
26
27
27
## System Requirements
28
28
29
-
* PHP 5.4.7+ or PHP 5.5+ is required.
29
+
* PHP 5.4.7+ or HHVM 2.4+ is required.
30
30
* You will need [Laravel 4.1](http://laravel.com) because this package is designed for it.
31
31
* You will need [Composer](https://getcomposer.org) installed to load the dependencies of Laravel Navigation.
32
32
@@ -35,7 +35,7 @@ Laravel Navigation is a navigation bar generator for [Laravel 4.1](http://larave
35
35
36
36
Please check the system requirements before installing Laravel Navigation.
37
37
38
-
To get the latest version of Laravel Navigation, simply require `"graham-campbell/navigation": "0.2.*@alpha"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
38
+
To get the latest version of Laravel Navigation, simply require `"graham-campbell/navigation": "0.3.*@dev"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
39
39
40
40
You will need to register the [Laravel HTMLMin](https://github.com/GrahamCampbell/Laravel-HTMLMin) service provider before you attempt to load the Laravel Navigation service provider. Open up `app/config/app.php` and add the following to the `providers` key.
41
41
@@ -70,7 +70,7 @@ This option (`'view'`) defines the view to use for the navigation bar. The defau
70
70
There is currently no usage documentation besides the [API Documentation](http://grahamcampbell.github.io/Laravel-Navigation
71
71
) for Laravel Navigation.
72
72
73
-
You may see an example of implementation in [CMS Core](https://github.com/GrahamCampbell/CMS-Core).
73
+
You may see an example of implementation in [Bootstrap CMS](https://github.com/GrahamCampbell/Bootstrap-CMS).
0 commit comments