This module allows the application to reuse the bootstrap and reset its state after the request.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/module-application
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
This module allows the application to reuse the bootstrap and reset its state after the request.
The Application Boostrap can be used to launch the application with different loop HTTP server like FrankenPHP, Swoole, ReactPHP or via Fiber.
Raise a new request to the issue tracker.
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!