Commands.app

php artisan serve

Development

Start Laravel development server

Options & Flags
Available options for this command
--host=HOST

Specify the host address

--port=PORT

Specify the port (default 8000)

Examples
Common usage examples

Start development server on localhost:8000

php artisan serve

Start server on custom port

php artisan serve --port=8080

Make server accessible from network

php artisan serve --host=0.0.0.0
Related Commands
You might also find these useful