Skip to content

Commit d786e34

Browse files
authored
Merge pull request #86 from laravel/remove-docs
[2.x] Move docs to Laravel documentation
2 parents 66a4c50 + bd5c936 commit d786e34

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ Laravel Tinker is a powerful REPL for the Laravel framework.
1515

1616
Documentation for Tinker can be found on the [Laravel website](https://laravel.com/docs/6.x/artisan#tinker).
1717

18-
### Installation
19-
20-
To get started with Laravel Tinker, simply run:
21-
22-
composer require laravel/tinker
23-
24-
### Dispatching Jobs
25-
26-
The `dispatch` helper function and `dispatch` method on the `Dispatchable` class depends on garbage collection to place the job on the queue. Therefore, when using `tinker`, you should use `Bus::dispatch` or `Queue::push` to dispatch jobs.
27-
2818
## Contributing
2919

3020
Thank you for considering contributing to Tinker! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).

0 commit comments

Comments
 (0)