Skip to content

Releases: BinarCode/laravel-developer

7.0.0

Choose a tag to compare

@binaryk binaryk released this 30 Mar 16:53
7bfe18f

Added

  • Support for laravel 13

6.1.1: Merge pull request #21 from BinarCode/fix_2025-12-23

Choose a tag to compare

@gabrielmpetrescu gabrielmpetrescu released this 23 Dec 14:21
71b7602

Fix DeveloperLog makeFromException - deprecated for php 8.4

6.1.0

Choose a tag to compare

@binaryk binaryk released this 12 Mar 14:33
9349fde

Added

  • Support for Laravel 12

6.0.1

Choose a tag to compare

@binaryk binaryk released this 11 Mar 15:46
9fdfd5e

Fixed

  • fix: Fix americanDate function deprecated for php 8.4 #19

6.0.0

Choose a tag to compare

@binaryk binaryk released this 05 Jul 10:47
c8d9802

Added

  • Support for Laravel 11 and PHP8.2

5.0.0

Choose a tag to compare

@binaryk binaryk released this 17 Feb 13:13
3584634

Added

  • Support for Laravel 10, and drop support for Laravel 9.

4.1.0

Choose a tag to compare

@binaryk binaryk released this 26 May 12:32
013f619

Added

  • Config to disable slack against sending notifications. This might be useful in testing environments.
    /**
     * Indicate whether to allow sending slack notifications and persist them.
     */
    'slack_dev_enabled' => env('SLACK_DEV_LOG_ENABLED', true),

4.0.0

Choose a tag to compare

@binaryk binaryk released this 10 Feb 08:41
66e8c79

Changes

  • Drop support for Laravel 8.

3.0.1

Choose a tag to compare

@binaryk binaryk released this 14 Oct 10:58

Added

  • HasDevLogs trait

3.0.0

Choose a tag to compare

@binaryk binaryk released this 14 Oct 10:40
473e040

Added

  • Added a way to configure the table name in the config file developer.table
  • Renamed the base table into developer_logs
  • Added a way to add meta, target and relatedModels to the devLog( helper
  • Cleanup and namespaces changes