botman / tinker

Gives your Laravel chatbot the ability to try your chatbot in your local terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can't install in laravel 10

polodev opened this issue · comments

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:
image

3- update the packages/tinker/composer.json with the version of latest tag as following:
image