it means that your Laravel Application Can't Find the public folder.
I got it to work by
changing :
chdir($this->laravel->publicPath());
in :
vendor/laravel/framework/src/Illuminate/Foundation/Console/ServeCommand.php
To :
chdir('/');
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…