zizohassan / adssystem

Ads system with mutli language admin panel
MIT License
6 stars 6 forks source link

how to disable sweetalert in admin panel #3

Closed shqawe1 closed 7 years ago

shqawe1 commented 7 years ago

Hi Dear,

I'm wondering how to disable sweetalert message in admin panel to i can catch the error because i got an error in one of my app pages but i couldn't figure out from where the error came. Thanks in advance.

zizohassan commented 7 years ago

Hi shqawe1, you go to this path

app/Application/Controllers/Traits/ExceptionTrait.php

just comment this function

catchExceptions()

shqawe1 commented 7 years ago

thanks a lot Eng. AbdulAziz i solve the problem by install laravel debuger package and i found the problem the form doesn't submit DATA and i'll try to solve this issue and if could i'll revert back to you.

have a nice life.

zizohassan commented 7 years ago

good luck