Skip to content

performingdigital/craft-frankenphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrankenPHP worker mode for Craft CMS

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.

About

FrankenPHP worker mode for Craft CMS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages