You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.5 KiB

3 years ago
  1. <p align="center"><img src="https://laravel.com/assets/img/components/logo-tinker.svg"></p>
  2. <p align="center">
  3. <a href="https://github.com/laravel/tinker/actions"><img src="https://github.com/laravel/tinker/workflows/tests/badge.svg" alt="Build Status"></a>
  4. <a href="https://packagist.org/packages/laravel/tinker"><img src="https://img.shields.io/packagist/dt/laravel/tinker" alt="Total Downloads"></a>
  5. <a href="https://packagist.org/packages/laravel/tinker"><img src="https://img.shields.io/packagist/v/laravel/tinker" alt="Latest Stable Version"></a>
  6. <a href="https://packagist.org/packages/laravel/tinker"><img src="https://img.shields.io/packagist/l/laravel/tinker" alt="License"></a>
  7. </p>
  8. ## Introduction
  9. Laravel Tinker is a powerful REPL for the Laravel framework.
  10. ## Official Documentation
  11. Documentation for Tinker can be found on the [Laravel website](https://laravel.com/docs/artisan#tinker).
  12. ## Contributing
  13. Thank you for considering contributing to Tinker! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
  14. ## Code of Conduct
  15. In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
  16. ## Security Vulnerabilities
  17. Please review [our security policy](https://github.com/laravel/tinker/security/policy) on how to report security vulnerabilities.
  18. ## License
  19. Laravel Tinker is open-sourced software licensed under the [MIT license](LICENSE.md).