create new projec in laravel

PHP
The full command works like this:

php artisan serve --host=<host IP address> --port=<port to use>

php artisan serve --host=127.0.0.1 --port=8080laravel new blog
Source

Also in PHP: