I'm new to laravel. Using version 5.1. Trying to use laravel app as virtualhost. For this I've changed my httpd-vhosts.conf
as below
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot "C:\xampp\htdocs\practice\laraveldev/public"
ServerName laraveldev
</VirtualHost>
Now trying to access the app in browser laraveldev
or http://laraveldev
but not working.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire