I am using laravel 5.3 and this may be a basic question but I want know how I can serve Laravel on a custom port number (port 1000).
Asked
Active
Viewed 253 times
1
-
What is your OS ? – Elby Dec 08 '16 at 06:05
-
1This post will help you, [check here](http://stackoverflow.com/questions/3940909/configure-apache-to-listen-on-port-other-than-80) – Elby Dec 08 '16 at 06:07
1 Answers
3
For port 1000:
php artisan serve --port=1000

Md. Sahadat Hossain
- 3,210
- 4
- 32
- 55
-
-
-
Hossain -when i click on tick mark get an error like 'you can accept an answer in 4 minuts' – Shanu k k Dec 08 '16 at 06:12