laravel-tinker
laravel-tinker copied to clipboard
Adds a way to write php and run it directly in Laravels' Artisan Tinker.
[Bug]:
### Short bug description Tinker cannot find my classes so fails ### Extended bug description ```php use \App\Models\Page; Page::find(3); ``` results in ``` Fatal error: Uncaught Error: Class "App\Models\Page" not...
### Short bug description When including Laravel via another composer dependency it's not booted in tinker ### Extended bug description Since the addition of Laravel detection composer set-ups where another...
### Short bug description laravel tinker version 2.7.3 my console doesn’t shows any output ### Extended bug description After updating, my console shows output for a fraction of a second...
- fix not working OpenNewConsoleWithSelectionAction - new file naming convention without '()' and spaces, only '_' and added file extension (incrementing files is solved by default) - support to rename...
Bumps the gradle group with 2 updates in the / directory: [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains:annotations` from 24.1.0 to 26.0.1 Release notes Sourced from org.jetbrains:annotations's releases. 26.0.1 Fixed sources.jar build...
Bumps the github-actions group with 1 update: [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action). Updates `JetBrains/qodana-action` from 2024.1.9 to 2024.2.3 Release notes Sourced from JetBrains/qodana-action's releases. v2024.2.3 Changelog 4663b3a :memo: Update CONTRIBUTING.md 30eb621 :bug: Fix pipeline...
Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action). Updates `codecov/codecov-action` from 4 to 5 Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub...
Bumps the gradle group with 6 updates: | Package | From | To | | --- | --- | --- | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.11.0` | `2.12.1` | | org.apache.commons:commons-text...
- add ability to rename tinker console files - autoincrement files default by IntelliJ - naming convention without spacers and brackets
### Short bug description any php code that outputs to the console doesn't show ### Extended bug description _No response_ ### Your project is not the problem - [X] I...