performing / craft-frankenphp
Frankenphp worker mode for Craft CMS
Installs: 137
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/performing/craft-frankenphp
Requires
- craftcms/cms: ^5.7
README
This package configure FrankenPHP worker mode with Craft CMS. This is only a package to start the worker mode. You need to install and configure FrankenPHP separately. Check the FrankenPHP documentation for more information.
Installation
composer require performing/craft-frankenphp
Configuration
Update your web/index.php
file to this version:
// Load shared bootstrap require dirname(__DIR__) . '/bootstrap.php'; // Load and run Craft $app = require CRAFT_VENDOR_PATH . '/performing/craft-frankenphp/web.php'; $app->run();
License
This package is open-sourced software licensed under the MIT license.