0
votes

enter image description here

im new to laravel. im trying to do php artisan migrate but there is a displayed error. any ideas or clues, suggestions? any help would greatly appreciated.

my mysql has no password, username is root and host is localhost and also i already update the database.php with my mysql config in the config folder of laravel.

1
Sounds like you're pulling in the credentials from the .env file. Check that and change it. - andrew-caulfield
solved. thank you. I'm having a hard time finding the .env file because it changed into a maya app icon. - Juliver Galleto
@AndrewCaulfield Yes. and when i run the php artisan make:migration create_projects_and_tasks_tables --create="projects" i got this error [Symfony\Component\Debug\Exception\FatalErrorException] Class 'dodong\Providers\AppServiceProvider' not found .. any ideas of this? - Juliver Galleto

1 Answers

0
votes

check your .env file and reconfigure settings that suits your needs.