...Runing php artisan deploy:init your.hostname.com -a, will set you up with everything without asking you any questions. Using the -f option will optimize the configuration file for servers that are maintained by Laravel Forge. Before starting you first deployment, you should go check your config/deploy.php file to make sure it suits your deployment flow. For example, the local strategy calls the build hook in a task that is ran locally whereas the basic strategy calls the build hook directly on the host. When defining a host, you need to provide it with a hostname. ...