I have a project in Laravel
, however for a specific reason I had to uninstall XAMPP and install again.
Now I do not remember what I should change in the XAMPP configuration files to make the project run.
I have already changed the project path in the xampp httpd file, but it does not run.
When trying to run the php artisan migrate command gives the following error:
[Illuminate \ Database \ QueryException] SQLSTATE [HY000] [1049] Unknown database 'sgpmehos_bd' (SQL: select * from
permissions
) [PDOException] SQLSTATE [HY000] [1049] Unknown database 'sgpmehos_bd' C: \ Users \ Lucas \ Dropbox \ TCC \ Vagrant \ www \ html \ TCC \ heritage> php artisan migrate [Illuminate \ Database \ QueryException] SQLSTATE [42S02]: Table or view not found: 1146 Table 'sgpmehos_bd.permissions' does not exist (SQL: select * frompermissions
) [PDOException] SQLSTATE [42S02]: Table or view not found: 1146 Table 'sgpmehos_bd.permissions' does not exist
Does anyone have any guidance?