recca0120 / laravel-terminal

Runs artisan command in web application
MIT License
851 stars 55 forks source link

Can't open terminal by using /terminal #73

Closed PinKevin closed 6 months ago

PinKevin commented 6 months ago

Hi, I have a problem when I want to use terminal in web. When I type /terminal at my app, it can't opened. Do you have any solution?

recca0120 commented 6 months ago

have you execute this command ? artisan vendor:publish --provider="Recca0120\Terminal\TerminalServiceProvider"

PinKevin commented 6 months ago

I'm sorry, my bad, I haven't executed that command. Now it can running succesfully, thanks.