I have an installation of laravel 5.1 To start, I'm using:
php artisan serve --host = mydomain.com --port = 8001
I have already tried to include & (And 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 laravel project running without the need to follow in the terminal with the artisan serve
, I read about it, that is to execute the php command but in the background, without the screen of the requests appearing, saving in some type log.
Can anyone help me with the command?