Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Sabbir345's avatar

Database [mysqli] not configured in laravel

Please help me

0 likes
1 reply
Sti3bas's avatar

@sabbir345 check your /config/database.php file, to make sure mysqli connection exists.

Note: Laravel is using mysql connection by default (without i).

Please or to participate in this conversation.