Localhost/phpmyadmin is not working Whenever i try to access " Localhost/phpmyadmin " it shows me some PHP script file . Im not sure what to do . Any Help ? Thanks
Seems that the request is not handed off to PHP-FPM; how are you serving your application?
@tykus Im serving my app via apache server
@usman9023 and is the Laravel application working; if so, the phpadmin endpoint is not being handed off to PHP-FPM (probably due to how your web server is configured).
Can you share the Apache config?
@usman9023 (i) please format your code correctly by wrapping it within triple backticks
```
// your code
```
and (ii) I meant the site config!
do you check your local server is open? if you check then you share what error showing.
Please sign in or create an account to participate in this conversation.