Skip to content

Skip database diagnistics

Compare
Choose a tag to compare
@roberto-butti roberto-butti released this 11 Sep 06:41

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