Skip to content

Ivanitch/laminas-tutorial

Repository files navigation

Laminas Application Tutorial

A Tutorial for Building an Application Using Laminas

Development mode

# Let's enable development mode
composer development-enable

# status development mode
composer development-status

# disable development mode
composer development-disable

Development config

# Copying the local config file
composer local

# Removing the local config file
composer production

TODO

Revision required