Download the PHP package guysolamour/laravel-deploy without Composer

On this page you can find all versions of the php package guysolamour/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

Laravel Administrable Deploy

Packagist Packagist Packagist

This package allows you to deploy a website on a dedicated server or a VPS by installing the various tools necessary for the operation of the site and by automating the deployment process.


Prerequis

  1. Works on Unix type system (MacOs and Linux)
  2. Ubuntu Server operating system
  3. have a bash version >= 4 (you can do ) otherwise update the bash shell
  4. Instal ansible (https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
  5. Instal anistrano (https://ansistrano.com)

Installation

Install via composer

Preparing the server

1- Connect to the server

2- Create a user to run the tasks

3- Add created user to sudoers file

4- Install python on the remote server

5- Disconnect from the remote machine and copy host machine ssh key for the created user

Scaffold

Run the scaffold command to generate the necessary base files. This command must be executed once and at the very beginning.

THE DIFFERENT STEPS

1- Generate the file that will contain the passwords

2- Add theses variables with the correct data

3- To modify the file containing the passwords

4- To view the contents of the file

4- To delete the contents of the file

Available commands

  1. help
  2. scaffold
  3. configure:server
  4. password:create
  5. password:view
  6. password:edit
  7. password:delete
  8. run
  9. rollback
  10. db:seed
  11. db:deploy
  12. db:dump
  13. db:run
  14. db:import
  15. storage:dump
  16. storage:import
  17. storage:deploy
  18. exec
  19. dkim
  20. clean
  21. ssh
  22. env:deploy

Help

Get more informations

Configure server

Run configure:server command to install all necessary softwares for a laravel project on the VPS (php, mysql, nginx ...).

Deploy

Rollback

Seed database

Database deploy

Copy and import local database into remote database

Database import

Copy and import remote database into local database

Database dump

Dump local database

Storage deploy

Copy and import local storage folder into remote storage folder

Storage import

Copy and import remote storage folder into local storage folder

Exec

Run a shell command online

Dkim

Display DKIM public key

Clean

Remove temporary files

SSH

SSH into remote project

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.


All versions of laravel-deploy with dependencies

PHP Build Version
Package Version
Requires illuminate/support Version >=6.0
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 guysolamour/laravel-deploy contains the following files

Loading the files please wait ....