Artisan.page The Laravel Artisan cheatsheet
serve
Serve the application on the PHP development server
Terminal
Options
hostOptional
The host address to serve the application on
no-reloadOptional
Do not reload the development server on .env file changes
portOptional
The port to serve the application on
triesOptional
The max number of ports to attempt to serve from