Skip to content

Releases: Hi-Folks/lara-lens

Operating System information

18 Jun 05:29
25647ba
Compare
Choose a tag to compare

Added some Operating System information:

  • PHP script owner's UID
  • Current User
  • Operating System
  • Hostname
  • Release name
  • Machine Name
  • Version info

Max Upload Filesize

18 Apr 12:53
7a7fbec
Compare
Choose a tag to compare

Add

  • In runtime information, added upload_max_filesize and post_max_size from php configuration ( thanks to @yogendra-revanna )

Checks: storage links and debug/production

10 Apr 20:06
79e5860
Compare
Choose a tag to compare

Add

  • Check DEBUG and ENV configuration for production (if production avoid having debug on);
  • Check Storage Links and sohw the user a waring if some directory links are missing

Change

  • improve tests and checks script for Workflows

PHP8 support

05 Nov 17:45
Compare
Choose a tag to compare

Add

  • Add configuration parameters (config/lara-lens.php) for managing webview: LARALENS_PREFIX, LARALENS_MIDDLEWARE, LARALENS_WEB_ENABLED, thanks to @yogendra-revanna, @JexPY, @Zuruckt;
  • Initial support for PHP8-rc;

PHP extensions and PHP INI

22 Sep 19:25
Compare
Choose a tag to compare

Add

Change

  • Managing default show options. Before this change the default was to show all options. Now we have a lot of option to show (also the long list of PHP extension and PHP ini configuration), so by default LaraLens shows: configuration, runtime, HTTP connection, database, migrations.

HTML report, Web View

20 Sep 15:25
Compare
Choose a tag to compare

Add

  • You can watch your LaraLens report with your browser (not just with your terminal);
  • Makefile to manage development tasks;
  • Add a timeout when checking HTTP connection;
  • CI/CD: Add Caching vendors in GitHub actions pipeline.

Change

  • DOCS: Update README, add some docs about skip database connection and database.

Some small bug fixes

11 Sep 14:15
Compare
Choose a tag to compare

Fix

Thanks to phpstan :

  • using $line instead of $row
  • initialize correctly $show
  • re throw exception for HTTP connection

Skip database diagnistics

11 Sep 06:41
Compare
Choose a tag to compare

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

Support for Laravel 8

05 Sep 11:12
Compare
Choose a tag to compare

Add

  • Support for Laravel 8

Check server requirements and extending to Laravel 6 support

30 Aug 10:54
Compare
Choose a tag to compare

0.1.17 - 2020-08-30

Add

  • Adding support for Laravel 6
  • Check server requirements for PHP modules needed by Laravel;
  • Check server requirements for PHP Version (based on the Laravel version);
  • Adding PORT display for Database connection;
  • List PHP modules installed, needed by Laravel;

Change

  • Updating test cases