Skip to content

Commit

Permalink
chore: Changed funding options in plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Jun 17, 2024
1 parent 8447551 commit 919a836
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,34 @@
![Laravel Tinker Plugin Logo](https://raw.githubusercontent.com/Roboroads/laravel-tinker/master/.github/branding/logo-text.png)
![Downloads](https://img.shields.io/jetbrains/plugin/d/14957-laravel-tinker?style=flat-square)
![Downloads](https://img.shields.io/jetbrains/plugin/d/14957-laravel-tinker?style=flat-square)
![Rating](https://img.shields.io/jetbrains/plugin/r/rating/14957-laravel-tinker?style=flat-square)
![GitHub Release Date](https://img.shields.io/github/release-date/Roboroads/laravel-tinker?label=Release%20Date&style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/Roboroads/laravel-tinker?style=flat-square)
<!-- Plugin description -->
Adds a way to write php in PhpStorm/IDEA and run it directly as if through `laravel artisan tinker` - allowing you to quickly run a piece of code with all your Laravel classes - with the added benefit of having your IDE's autocompletion, code colors and error inspections.
Adds a way to write php in PhpStorm/IDEA and run it directly as if through `laravel artisan tinker` - allowing you to quickly run a piece of code with all your Laravel classes -
with the added benefit of having your IDE's autocompletion, code colors and error inspections.

Find all actions under `Tools -> Laravel Tinker` or use the default shortcut `ctrl + Shift + T` to let tinker smartly guess what you want to do (opening/running/etc.).

- [💡 GitHub Issues](https://github.com/Roboroads/laravel-tinker/issues): feature requests and bug reports
- [🙏🏼 Patreon](https://www.patreon.com/roboroads) / [Ko-Fi](https://ko-fi.com/roboroads) / [PayPal](https://www.paypal.com/donate/?business=GVP8H97X2KWPS&no_recurring=0&currency_code=EUR): Consider supporting this project if it helped you 😊
- [🔌 Plugin Page](https://plugins.jetbrains.com/plugin/14957-laravel-tinker/): Get the plugin for PHPStorm (or IDEA if that's your style)
- [🔗 Share](https://linktr.ee/roboroads): Share the plugin to your network
- [💡 GitHub Issues](https://github.com/Roboroads/laravel-tinker/issues): feature requests and bug reports
- [🙏 Ko-Fi](https://ko-fi.com/roboroads) / [GitHub Sponsors](https://github.com/sponsors/Roboroads): Consider supporting this project if it helped you ❤️
- [🔌 Plugin Page](https://plugins.jetbrains.com/plugin/14957-laravel-tinker/): Get the plugin for PHPStorm (or IDEA if that's your style)
- [🔗 Share](https://linktr.ee/roboroads): Share the plugin to your network

<!-- Plugin description end -->

## Credits
- [Robbin "Roboroads" Schepers](https://github.com/Roboroads) - Creating the plugin
- [Joey "Veritas" de Vries](https://joeyveritas.nl) - Branding (icons & logo's)
- Other github projects:
- [laravel/tinker](https://github.com/laravel/tinker) - The tool this plugin integrates
- [spatie/laravel-web-tinker](https://github.com/spatie/laravel-web-tinker) - Heavily inspired this plugin
- [Contributors to this project](https://github.com/Roboroads/laravel-tinker/graphs/contributors)
- *I **will** name you seperately if your amount of contributions is exceptional*

- [Robbin "Roboroads" Schepers](https://github.com/Roboroads) - Creating the plugin
- [Joey "Veritas" de Vries](https://joeyveritas.nl) - Branding (icons & logo's)
- Other github projects:
- [laravel/tinker](https://github.com/laravel/tinker) - The tool this plugin integrates
- [spatie/laravel-web-tinker](https://github.com/spatie/laravel-web-tinker) - Heavily inspired this plugin
- [Contributors to this project](https://github.com/Roboroads/laravel-tinker/graphs/contributors)
- *I **will** name you seperately if your amount of contributions is exceptional*

## Contributing

I do not have a lot of experience with Kotlin, so I kind of *tinkered* (😏) this together. Any tips or feedback is welcome in the [Issues Tab](https://github.com/Roboroads/laravel-tinker/issues) - or better, make me a PR!
I do not have a lot of experience with Kotlin, so I kind of *tinkered* (😏) this together. Any tips or feedback is welcome in
the [Issues Tab](https://github.com/Roboroads/laravel-tinker/issues) - or better, make me a PR!

Want to be part of this plugin? Every positive contribution to this project is welcome!

0 comments on commit 919a836

Please sign in to comment.