1

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).

2
  • What is your OS ? Commented Dec 8, 2016 at 6:05
  • 1
    This post will help you, check here Commented Dec 8, 2016 at 6:07

1 Answer 1

3

For port 1000:

php artisan serve --port=1000 
Sign up to request clarification or add additional context in comments.

3 Comments

Hossain-Thanks it working
@Shanukk If it works. mark as accepted :)
Hossain -when i click on tick mark get an error like 'you can accept an answer in 4 minuts'

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.