matycz / lemo-tracy
Tracy integration to Laminas
Installs: 7 501
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^8.0
- laminas/laminas-config: ^3.2
- laminas/laminas-eventmanager: ^3.0
- laminas/laminas-loader: ^2.6
- laminas/laminas-modulemanager: ^2.8
- laminas/laminas-mvc: ^3.1
- laminas/laminas-servicemanager: ^3.4
- laminas/laminas-stdlib: ^3.2
- tracy/tracy: ^2.6
README
Tracy integration to Laminas. The Lemo\Tracy module provides integration of Tracy to Laminas quickly and easily with many configuration options.
Installation
Open terminal and go to your application directory
- Run
composer require matycz/lemo-tracy
- Copy
lemotracy.local.php.dist
to/config/autoload/
and rename it tolemotracy.local.php
- Add
Lemo\Tracy
to/config/application.ini
to sectionmodules
as one of the first modules