serve

Serve the application on the PHP development server

Terminal
php artisan serve [--host [HOST]] [--port [PORT]] [--tries [TRIES]]

Options

hostOptional

The host address to serve the application on

portOptional

The port to serve the application on

triesOptional

The max number of ports to attempt to serve from