laravel-database-schedule
laravel-database-schedule copied to clipboard
Fix trashed shedule not showing
- Custom command not showing while edit
- Deleted schudule not able to edit and details page as well
- Form validation not working properly
PR Summary
- Enhanced custom input field Added a value attribute to the command_custom input field
- Support for editing deleted schedules Enabled editing of deleted schedules by binding the Schedule model route with the trashed() method
- Improved data validation in controller Updated create and update methods to use validated data instead of all request data, preventing mass assignment
- Additional validation rules Introduced validation rules for previously overlooked boolean fields
hello @abhishekpaul
I believe we have a breaking change, packages are breaking with the PHP version, I believe I will need to create an end tag and generate a new tag discontinuing support for older PHP versions.
I'm a little busy today, but I'll try to find time in the next few days to resolve this issue and then merge your pull request.
Thanks for the contribution, I'll keep you posted.
Hi @robersonfaria any update or timeline on this ?
Thanks