Skip to content
/ phpini Public

A Chassis extension to load and apply custom settings for php.ini files

Notifications You must be signed in to change notification settings

Chassis/phpini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom PHP ini

A Chassis extension that allows you to overwrite the default php.ini configuration values so you can tailor your Chassis box to match your server requirements.

Usage

  1. Add a custom.ini file inside your content directory with your custom configuration. e.g. memory_limit = 512M
  2. Commit that to your Git repository.
  3. Run vagrant provision.
  4. To check the values have been applied you can browse to http:https://vagrant.local/phpinfo.php.

About

A Chassis extension to load and apply custom settings for php.ini files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages