currently experiencing weird bug or might overseeing. (laravel framework)
i have plain homecontroller doing succesful imap_open() connection. ( can read out complete mailbox using browser )
but once transport function artisan command, returns me:
[symfony\component\debug\exception\fatalthrowableerror] call undefined function app\console\commands\imap_open()
what missing or plain not possible?
you try able call though artisan
, need add artisan
function since artisan
can't know want do, please check documentation section writing commands
here.
for you're calling unknown artisan
function that's why this
Comments
Post a Comment