How to configure Laravel on remote server

K.C.Bozat

I'm new on Laravel. Installed laravel on my remote server ubuntu14.04. I create a project on /www/html as blog. Then run

php artisan serve --host=10.x.x.12 --port=8010.
#Laravel development server started: <http://10.x.x.12:8010>

Its ok . I can access laravel from my local windows with that link.

The problem is I use putty for remote access. When I closed putty, I can't access anymore 10.x.x.12:8010.

How to use laravel server continuously from remote server.

Dmitry

Use nohup (man page) so the program does not exit when the terminal session ends.

nohup php artisan serve --host=10.x.x.12 --port=8010 &

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to configure ActiveMQ Artemis server for remote access?

how to configure axon server client with remote server host? (without localhost)

How can I Configure localhost and remote server with single config file

How do I configure a transparent proxy where the proxy server is remote?

How to configure SQL Server in Visual Studio 2013 to allow remote connection

How do I configure apache-traffic-server to forward an http request to an https remote server?

How to configure systemd-resolved and systemd-networkd to use local DNS server for resolving local domains and remote DNS server for remote domains?

How to configure cassandra for remote connection

How to configure apache web server to deploy laravel 5

How can I secure my SSH commands to a remote server in Laravel?

How to deploy a developed laravel project to a remote server to be an intranet application?

How to execute "php artisan migrate" and other Laravel commands in remote server?

how to configure rsyslog to send file from specific program to specific location on remote server

How do I configure Postgres 9.5 server so that I can access it from a remote machine?

How do I configure rsyslog to send logs from a specific program to a remote syslog server?

How do you configure SQL Server to allow a database connection locally or from a remote machine?

In Rails 5.2 how can I configure my system tests to use a selenium remote server?

How to configure Tomcat to use SSL encryption with the private key stored on a remote server?

How can I configure the max connection limit for Remote Desktop Connections on a Windows 2003 Server?

How to mongoimport in a remote server

How to configure pycharm remote interpreter with virtualenv

How to configure TeamCity for Perforce Streams with remote builds?

Openfire xmpp server error while configure remote mysql db

I want to install and configure MySQL Server silently with remote access

Configure SFTP server on Ubuntu to work with PhpStorm remote access

How to configure SparkPost in Laravel 1.5?

How to configure MariaDB in Laravel 5?

How to configure Laravel application on localhost?

How to Configure multiple emails in laravel