I have a Laravel Project what I want to access like the phpMyAdmin interface. The project sits in the /home/feralheart/project/projectname
and I want access it through localhost/projectname
without using virtualhost.
How can I achieve this?
via Feralheart