Skip to main content

LAMP Recipe

Descriptionโ€‹

Set of tools adapted to a standard LAMP application: PHP / Apache / MySQL

Commandsโ€‹

  • phpinfo - Displays the phpinfo content
  • mysql - Shortcut to the mysql command
  • xdebug - Enables or disables xdebug
  • composer - Shortcut to the composer command
  • php - Shortcut to the php command
  • db-import - Import a database backup
  • db-export - Create a database backup

Base Recipeโ€‹

None