0
I have an Laravel 5.1 facility To start, I’m using:
php Artisan serve --host=meudominio.com.br --port=8001
I have tried to include & (Commercial) at the end, with space, but after executing this command, it remains running on the Ubuntu terminal, which is not feasible. (Demonstrative image)
I need to leave my project running without the need to follow in the terminal with the artisan serve
, I read about this, that you can run the php command but in the background , without the request screen appearing, saving in some kind of log.
Can someone help me with the command?