Home>
Terminal operation
At the mac terminal
php artisan serve
I was able to start Laravel by entering, but then
php artisan make: controller MyController
I want to enter, but the command prompt has disappeared, or the above command did not create a directory.
What should I do?
・ Additional
Sorry for not understanding,
php artisan serve
If i enter, the previous $will be lost.
Does this make it impossible to enter commands?
-
Answer # 1
-
Answer # 2
php artisan serve
is the command to start up the built-in server (let's check)
Starting up the server means that it is in a standby state while the server is running.
I think it's better to terminate the server or launch another command prompt.
If the next thing you are trying to do is make, you don't have to worry about starting up the server.
Related articles
- php - laravel command does not work
- php - get_field () does not work in wp
- php - carousel does not slide
- php does not work on the browser
- php - delete function does not work well
- php artisan migrate does not pass
- php while statement does not loop
- php - belongto ()? does not work properly
- php - add_rewrite_rule does not work
- php - jquery does not work
- c # - does not fall with velocity (2d)
- i want to use the visual studio code command prompt on windows, but i can't set it
- ruby - validation does not start
- php is not displayed
- html - jquery textareachange does not work
- python - fwrite does not output to a file
- unity - script invalidation does not work
- search - method ~ does not exist
- opens an exe file and opens a command prompt but does not run
- javascript does not run on circleci
Related questions
- php : Notification cannot be handled due to "ERROR: Class'App \ Http \ Controllers \ Api \ Firebase \ Factory' not found" error
- php - i want to set the number of characters of email created by laravel faker to 25 characters or less
- php - trying to access array offset on value of type null how to avoid
- php - i want to display the image file saved in the storage folder on the page
- php - why is the error statement returned in the url even though i wrote it with try catch?
- i want to get rid of the no route to host error in php file_get_contents ()
- php - laravel: i don't know how to send a variable from the controller
- php - please tell me how to put together the route of laravel
- php - i want to read the exif information of an image with exif_read_data ()
- php - i can't upload a file with laravel's form tag (file attribute)
After executing, you can stop execution with Ctrl + C.
Or leave the above terminal as it is and open a new terminal
may be executed