vcian / laravel-db-auditor

Database DB Auditor provide leverage to audit your MySql database standards and also provide options to add constraints in table
https://packagist.org/packages/vcian/laravel-db-auditor
MIT License
265 stars 27 forks source link

Lang error #47

Closed emresasi closed 5 months ago

emresasi commented 5 months ago

I'm getting this error in the suggestion(s) section.

Lang::messages.standard.error_message.alphabets(xxx)

vc-urvin commented 5 months ago

Hi @emresasi,

Thank you for sharing this issue with us. We appreciate your patience. Our contributors will check and work on this in their free time.

We will update you as soon as we have a fix.

vc-urvin commented 5 months ago

Hello @emresasi,

Could you please share the exact scenario when you are facing this issue?

emresasi commented 5 months ago

After including it in my project that I am currently developing, after running php artisan db:audit and selecting the standard, I select the db I want to look at and this problem appears. Ekran görüntüsü 2024-05-30 131354

vc-urvin commented 5 months ago

Which versions of PHP, Laravel, and DB Auditor are you currently using?

emresasi commented 5 months ago

PHP 8.3.3-1 laravel 10 DB Auditor latest

vc-urvin commented 5 months ago

@emresasi - As per my analysis of this issue. You are using another language in your .env other than "EN", if this is the case than i suggest you can also generate the PR for another language. Path of the language folder - "src/Lang/en/"

emresasi commented 5 months ago

I don't believe it, so I'm sorry I bothered you.