Download the PHP package nucleus/laravel-deploy without Composer

On this page you can find all versions of the php package nucleus/laravel-deploy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-deploy

Deploy your application to any server with ease.

This Laravel package allows you to easily deploy your application to any server you have SSH access to. While it'll work for pretty much any type of server, it's optimized for Nucleus managed servers. We take care of the hosting & uptime, you can focus on the application.

You can use this package to deploy on your own servers, Forge servers, ... you name it.

Installation

In your application, install the package as such:

Next, publish the package's content.

After the install, the package installs a new artisan command to allow you to quickly deploy.

It reads your .env file for more information about where to deploy to.

Configuration

Your .env will need the following required parameters.

These configurations will be provided to you by our support team, but they're pretty easy to complete yourself, too.

On top of the above, there are the following optional parameters that allow you to finetune the deployment to your liking.

These can be completed to your liking, to finetune the deployment process.

Slack notifications configuration

DEPLOY_SLACK_WEBHOOK is the entire webhook URL. DEPLOY_SLACK_CHANNEL is a #channel or a @user that will recieve the notification. Both are required to use Slack notifications.

By filling DEPLOY_SLACK_MESSAGE you can customise the message that will be returned in Slack. If left empty, the message will be the one generated by Envoy.

HipChat notifications

DEPLOY_HIPCHAT_WEBHOOK is the entire webhook URL. DEPLOY_HIPCHAT_ROOM is the room that will recieve the notification, DEPLOY_HIPCHAT_FROM is a label to be shown in addition to the sender's name. These variable are required to use HipChat notification.

By filling DEPLOY_HIPCHAT_MESSAGE you can customise the message that will be returned in Slack. If left empty, the message will be the one generated by Envoy.

DEPLOY_HIPCHAT_COLOR is the background color for message, default is purple.


All versions of laravel-deploy with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
laravel/envoy Version ^1.5
spatie/laravel-backup Version ^6.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nucleus/laravel-deploy contains the following files

Loading the files please wait ....