User must install PHP from official PHP site
The user must install COMPOSER on the COMPOSER official website
The user must install XAMPP from the official XAMPP website
To connect to the application you must start XAMPP, start the Apache module and then MySQL, open Windows PowerShell or Unix (Linux) terminal, type
php artisan migrate
and after
php artisan serve
, access the IP address that appears in the terminal along with the port and enter the address of the "pesquisa" subdirectory.
Example: http://127.0.0.1:8000/pesquisa