php artisan serve
DevelopmentStart Laravel development server
Options & Flags
Available options for this command
--host=HOSTSpecify the host address
--port=PORTSpecify the port (default 8000)
Examples
Common usage examples
Start development server on localhost:8000
php artisan serveStart server on custom port
php artisan serve --port=8080Make server accessible from network
php artisan serve --host=0.0.0.0Related Commands
You might also find these useful