php - How to Auto serving laravel -
is there way auto serving laravel project?
i'm using virtual host.
<virtualhost *:80> #laragon magic! documentroot "c:/laragon/www/pos/public/" servername apk.dev serveralias *.apk.dev </virtualhost>
and access locally open cmdr , write php artisan serve --host 192.168.1.100 --port 80
every single time.
and access other device 192.168.1.100
it's working fine, want know there way don't need repeat it, , running laragon can access apk.dev other device local network?
Comments
Post a Comment