feat: remove automatic provider registration
- Added
isRecordEmpty
to check if the record is empty. - Removed the
class
andaction
fields fromErrorException
display when the project is inproduction
mode. - Removed automatic registration of
ValidationErrorExceptionServiceProvider
. - Added instructions for manual registration in
config/app.php
for better flexibility and control.