Skip to content

Explicitly manipulate autoloader for production and development modes #16

@ralflang

Description

@ralflang

Always install and ready the apcu extension.

Configure the root project's autoloader through the entrypoint.

In production mode:

"optimize-autoloader": true
"apcu-autoloader": true

In development mode:

"optimize-autoloader": false
"apcu-autoloader": false

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions