command php artisan tail not work
Closed this issue · 1 comments
kurorido commented
Run following command:
php artisan tail production
In BoundMethod.php line 135:
Method Collective\Remote\Console\TailCommand::handle() does not exist
It seems can be solved by simply changing the function name fire()
to handle()
in file src/Console/TailCommand.php
?
tshafer commented
Care to make a pull request?