Skip to content

Validation Error Handling ⚠️

You can dispatch any validation exception like below

php
throw ValidationException::withMessages(['error' => 'This is Error Message']);

Ther are 2 types of Error Alert Inline Alert & Sweet Alert

In Config file aim-admin.php

php
'show_toast_error' => true,
php
'inline_validation_error' => true

Developed By ❤️ Taki Elias