Laravel – Getting error while mirgating the project
I tried to migrate the project but got an error php artisan migrate SQLSTATE[HY000] [1044] Access denied for user 'api'@'localhost' to database 'api' (Connection: mysql, SQL: select * from information_schema.tables where table_schema = api and table_name = migrations and table_type…