We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff16c4 commit 09becddCopy full SHA for 09becdd
README.md
@@ -17,7 +17,7 @@ To get started with Laravel Tinker, simply run:
17
18
composer require laravel/tinker
19
20
-Next, register the `Laravel\Tinker\TinkerServiceProvider` in your `config/app.php` file:
+If you're not using Laravel >=5.5, then manually register the `Laravel\Tinker\TinkerServiceProvider` in your `config/app.php` file:
21
22
```php
23
'providers' => [
0 commit comments