Skip to content

Commit e96842a

Browse files
author
project-hub
committed
Update README.md
1 parent ca88a61 commit e96842a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Laravel service provider for PHP Console
1+
## Laravel 4.* service provider for PHP Console
2+
3+
See https://github.com/barbushin/php-console-laravel/releases/tag/1.2.1
4+
5+
Use `"php-console/laravel-service-provider": "1.*"` to install it using Compoer.
6+
7+
## Laravel 5.* service provider for PHP Console
28

39
PHP Console allows you to handle PHP errors & exceptions, dump variables, execute PHP code remotely and many other things using [Google Chrome extension PHP Console](https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef) and [PhpConsole server library](https://github.com/barbushin/php-console).
410

@@ -8,7 +14,7 @@ This packages integrates [PHP Console server library](https://github.com/barbush
814

915
Require this package in Laravel project `composer.json` and run `composer update`
1016

11-
"php-console/laravel-service-provider": "2.*"
17+
"php-console/laravel-service-provider": "5.*"
1218

1319
After updating composer, add the service provider line to the begining of `providers` array in `/config/app.php`
1420

0 commit comments

Comments
 (0)