Releases: BinarCode/laravel-developer
Releases · BinarCode/laravel-developer
6.0.0
Added
- Support for Laravel 11 and PHP8.2
5.0.0
Added
- Support for Laravel 10, and drop support for Laravel 9.
4.1.0
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
Changes
- Drop support for Laravel 8.
3.0.0
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
2.1.0
Added
- Sending real notification instances.
2.0.0
Added
- The exception logger will use now
id
as a primary key. Not uuid
.
1.15.4
Store danger tag when storing exception.