{"id":13790779,"url":"https://github.com/beyondcode/nova-tinker-tool","last_synced_at":"2026-01-15T04:00:29.971Z","repository":{"id":53439069,"uuid":"145685917","full_name":"beyondcode/nova-tinker-tool","owner":"beyondcode","description":"Use the power of Tinker within your Nova application.","archived":true,"fork":false,"pushed_at":"2021-03-30T15:05:27.000Z","size":1149,"stargazers_count":115,"open_issues_count":18,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T01:10:51.047Z","etag":null,"topics":["laravel","nova","tool"],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beyondcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-22T09:21:52.000Z","updated_at":"2024-02-24T08:27:59.000Z","dependencies_parsed_at":"2022-09-09T08:12:06.104Z","dependency_job_id":null,"html_url":"https://github.com/beyondcode/nova-tinker-tool","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/beyondcode/nova-tinker-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fnova-tinker-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fnova-tinker-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fnova-tinker-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fnova-tinker-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondcode","download_url":"https://codeload.github.com/beyondcode/nova-tinker-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fnova-tinker-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","nova","tool"],"created_at":"2024-08-03T22:00:51.154Z","updated_at":"2026-01-15T04:00:29.894Z","avatar_url":"https://github.com/beyondcode.png","language":"Vue","readme":"# Nova Tinker Tool\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/nova-tinker-tool.svg?style=flat-square)](https://packagist.org/packages/beyondcode/nova-tinker-tool)\n[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/nova-tinker-tool.svg?style=flat-square)](https://packagist.org/packages/beyondcode/nova-tinker-tool)\n\nUse the power of Tinker within your Nova application.\n\n![tinker screenshot](https://beyondco.de/github/nova-tinker-tool/screenshot.png)\n\n## Installation\n\nYou can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:\n\n```bash\ncomposer require beyondcode/nova-tinker-tool\n```\n\nNext up, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.\n\n```php\n// in app/Providers/NovaServiceProvider.php\n\n// ...\npublic function tools()\n{\n    return [\n        // ...\n        new \\Beyondcode\\TinkerTool\\Tinker(),\n    ];\n}\n```\n\n## Usage\n\nClick on the new \"Tinker\" menu item in your Nova application. You can enter any PHP code and press CMD+Enter / CTRL+Enter to evaluate the expression.\nThe return value will be displayed below.\n\nThe previous code and output will be stored in the localstorage in case you want to execute the same code snippets multiple times.\n\n### Settings\n\nBy default this Pysh will attempt to write to ~/.pysh which for most will result in an error when trying to use tinker. To avoid this issue adding an environment variable to change where Pysh will write to will resolve this:\n```bash\nXDG_CONFIG_HOME=/path/to/new/location\n```\n\n### Security: Remote Code Execution\n\nThis should only be used for development and testing. Running tinker allows arbitrary code to be executed.\n\nAny executed php code will have the same access as the running php instance. This means that the running application may be altered, and if run with root privileges, one can get complete control of the machine. \n\n### Testing\n\n``` bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.\n\n## Credits\n\n- [Marcel Pociot](https://github.com/mpociot)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":["Vue","Packages"],"sub_categories":["Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Fnova-tinker-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondcode%2Fnova-tinker-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Fnova-tinker-tool/lists"}