Skip to content

Conversation

@crynobone
Copy link
Member

This opens up the opportunity to require and run tinker directly from a package using orchestra/testbench.

php vendor/bin/testbench package:discover
php vendor/bin/testbench tinker

crynobone and others added 3 commits August 15, 2023 22:11
This opens up the opportunity to require and run `tinker` directly from a package using `orchestra/testbench`.

```bash
php vendor/bin/testbench package:discover
php vendor/bin/testbench tinker
```
if ($this->app instanceof LaravelApplication && $this->app->runningInConsole()) {
$this->publishes([$source => config_path('tinker.php')]);
$this->publishes([$source => $this->app->configPath('tinker.php')]);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants