Skip database diagnistics
Add
- Add --skip-database in order to execute all checks except database and migration status (it is useful for example if the application it doesn't need the database);
Change
- Code more PSR2 compliant (phpcs);
- Fix LaraHttpResponse::status(). The method returns the http status code. Close #19