During the creation of the project, Laravel created a database/database.sqlite file for you, and ran the necessary migrations to create the application's database tables.
ben xampp kullanıyorum
DB_CONNECTION=sqlite
#DB_HOST=127.0.0.1
#DB_PORT=3306
#DB_DATABASE=laravel
#DB_USERNAME=root
#DB_PASSWORD=
sqlite için ne yapmam gerek yani tabloları vs nasıl görücem sqlite mi indirmeliyim ?
http://localhost/phpmyadmin/index.php artık bu iptalmi ?
bu şekilde düzenleyip deneyince hata veriyo
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
hata
Illuminate\Database\QueryException
SQLSTATE[HY000]: General error: 1273 Unknown collation: 'utf8mb4_0900_ai_ci' (Connection: mysql, SQL: select table_name as `name`, (data_length + index_length) as `
bende hatayı çözmek yerine sqlitey xampp ile nasıl kulanırım diye bakayım bi dedim de