serve

Serve the application on the PHP development server

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

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

Maintained by hoangsvit · Fork of artisan.page