|
hace 5 años | |
---|---|---|
.. | ||
config | hace 5 años | |
src | hace 5 años | |
CHANGELOG.md | hace 5 años | |
LICENSE.md | hace 5 años | |
README.md | hace 5 años | |
composer.json | hace 5 años |
Laravel Tinker is a powerful REPL for the Laravel framework.
Documentation for Tinker can be found on the Laravel website.
To get started with Laravel Tinker, simply run:
composer require laravel/tinker
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.
Thank you for considering contributing to Tinker! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel Tinker is open-sourced software licensed under the MIT license.