Answers for "You want to develop a Laravel application on your Windows machine. For this, you installed the Laravel framework on your system. In which of the following scenarios, Laravel will not run on your system?"

PHP
5

php artisan serve

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=8080
Posted by: Guest on July-01-2020
6

insall laravel

composer global require laravel/installer 
laravel new blog
Posted by: Guest on April-21-2020

Code answers related to "You want to develop a Laravel application on your Windows machine. For this, you installed the Laravel framework on your system. In which of the following scenarios, Laravel will not run on your system?"

Browse Popular Code Answers by Language