upload_max_filesize = 10M
extension=mysqli
'db' => [ 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'mydatabase', 'username' => 'myusername', 'password' => 'mypassword', ],This example sets the database connection information for a MySQL database. The package library for this setting is the Laravel framework.