Closed Noramarth closed 4 years ago
Sorry for posting, this is not a bug at all, my mistake was replacing the kernel with
use Symfony\Component\HttpKernel\AsyncHttpKernel as BaseKernel;
when the line should have been:
//use Symfony\Component\HttpKernel\Kernel as BaseKernel;
use Symfony\Component\HttpKernel\AsyncKernel as BaseKernel;
Even though i will close the issue I will leave this here in case others also need to RTFM :)
@Noramarth Hello!
I have to update this package, because everything has been moved to https://driftphp.io I hope you enjoy all this work :)
Thanks!
I'd be glad to help out, just point me in the right direction :D
@Noramarth you can join our small community in Gitter if you need some support :)
Fresh Symfony install using:
edited composer.json to look like this
reconfigured App\Kernel with:
and when running:
the result is:
ENV:
PHP details:
PHP Modules: