Fila Starter Kit installation error

I would like to install https://filamentphp.com/plugins/raugadh-fila-starter#create-new-project . The installation with
´´´composer create-project --prefer-dist raugadh/fila-starter example-app´´´ abort with an error:

@php artisan project:init

   Illuminate\Database\QueryException

  SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: mysql, SQL: select table_name as `name`, (data_length + index_length) a                                                    s `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from information_schema.tables where table_schema = 'test' and table_type in ('BASE                                                     TABLE', 'SYSTEM VERSIONED') order by table_name)

(Add Database Credentials comes later)

Any idea?
Filament
A simple starter kit kickstart your next app.
Was this page helpful?