sir that is for custom php or importing db file which i don't have, i am on installing laravel and the migration is running all by commands. so this sokution won't work for me here
Hi @winstonnolan i just did a fresh install but was not able to reproduce your issue.
Generated optimized autoload files containing 9668 classes
-----------------------------
Congratulations!
The installation has been finished and you can now use Bagisto.
Go to https://bagisto.test/admin and authenticate with:
Email: [email protected]
Password: admin123
Cheers!
This error is occurring because there is no server listening at the hostname and port you assigned. It literally means that the machine exists but that it has no services listening on the specified port . So, no connection can be established. Generally, it happens that something is preventing a connection to the port or hostname. Either there is a firewall blocking the connection or the process that is hosting the service is not listening on that specific port. This may be because it is not running at all or because it is listening on a different port.