tinker
tinker copied to clipboard
can't install in laravel 10
can't install in laravel 10
I installed it as symlink, the following steps to get it in your project:
1- update your root composer.json as following:
{
"name": "laravel/laravel",
// ...
"require": {
// ...
"botman/tinker": "*",
// ...
},
// ...
"repositories": [
{
"type": "path",
"url": "./packages/tinker"
}
]
}
2- And copy the content of current [https://github.com/botman/tinker/](botman/tinker] repo into ./packages/tinker as following image:
3- update the packages/tinker/composer.json with the version of latest tag as following: