Table Of Contents | Next - Config Detectors
Framework Detection
PHP developers use a framework to aid in the development of their PHP projects. triumph4php recognizes this and attempts to help developers even more by providing custom-tailored experiences based on the PHP framework that a project uses.
Note: this feature is experimental.
Supported Frameworks
- CodeIgniter 2
- Laravel 4
When triumph4php detects that a project is using a PHP framework, it attempts to:
- Find out the location of the framework's config files by using config detectors
- Find out the database credentials in the framework's config files by using database detectors
- Find out the URLs that the application provides by using URL detectors
- Find out the variables that your controllers assign to templates by using template file detectors
Note
For framework detection to work, you must have PHP installed. Also, you must have PDO and PDO SQLite extensions enabled.