Roave / RoaveDeveloperTools

A PHP application visualization/debugging tool for ZendFramework/Symfony
MIT License
29 stars 8 forks source link

Idea: ZF production settings #2

Open Danielss89 opened 10 years ago

Danielss89 commented 10 years ago

A CLI call to ensure production settings: ./vendor/bin/RDT ensure-production-settings It could check the most common mistakes:

Ocramius commented 10 years ago

This can be implemented as a detail-view that is ZF2 specific.

I wouldn't use a CLI command for it, rather than a proper web-view.

Danielss89 commented 10 years ago

My thought was that it should run on the production site, but with #7 i guess it's fine in web-view. Don't know why i wanted it in CLI anyway...

Ocramius commented 10 years ago

@Danielss89 the production website would just produce an inspection snapshot - the snapshot can then be analyzed on any installation of that website

Ocramius commented 10 years ago

@Danielss89 this just needs a specialized renderer - re-opening :-)