Skip to content

MaximiWrk/tinker

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Introduction

Laravel Tinker is a powerful REPL for the Laravel framework.

Official Documentation

Documentation for Tinker can be found on the Laravel website.

Installation

To get started with Laravel Tinker, simply run:

composer require laravel/tinker

Dispatching Jobs

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.

Contributing

Thank you for considering contributing to Tinker! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Laravel Tinker is open-sourced software licensed under the MIT license.

About

Powerful REPL for the Laravel framework.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%