2017 © Pedro Peláez
 

library provisioner

Provision your environment for a Laravel application.

image

andrewhood125/provisioner

Provision your environment for a Laravel application.

  • Friday, July 22, 2016
  • by andrewhood125
  • Repository
  • 0 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

provisioner

Deploy your laravel projects straight from artisan., (*1)

Getting Started

Add provisioner to your laravel project. composer require andrewhood125/provisioner --dev, (*2)

Add the hook for your local environment only in app/Providers/AppServiceProvider.php, (*3)

public function register()
{
    if($this->app->environment() == 'local') {
        $this->app->register('Andrewhood125\Provisioner\ProvisionerServiceProvider');
    }
}

Provisioning

Before you provision you need to have a server spun up with a root user., (*4)

./artisan remote:provision:debian example.org

Once the server is provisioned you can install a site., (*5)

./artisan remote:install andrewhood125/ondamanda example.org

Once a site is installed you can deploy. At this point you still need to copy your environment variables over do any migrations and a composer install., (*6)

Notes

Having trouble cloning a private repository? (Troubleshooting SSH agent forwarding)[https://developer.github.com/guides/using-ssh-agent-forwarding/#troubleshooting-ssh-agent-forwarding]., (*7)

The Versions

22/07 2016

dev-master

9999999-dev

Provision your environment for a Laravel application.

  Sources   Download

MIT

The Requires

 

by Andrew Hood

22/07 2016

v0.1.4

0.1.4.0

Provision your environment for a Laravel application.

  Sources   Download

MIT

The Requires

 

by Andrew Hood

22/07 2016

v0.1.3

0.1.3.0

Provision your environment for a Laravel application.

  Sources   Download

MIT

The Requires

 

by Andrew Hood

17/07 2016

v0.1.2

0.1.2.0

Provision your environment

  Sources   Download

The Requires

 

by Andrew Hood

16/07 2016

v0.1.1

0.1.1.0

Provision your environment

  Sources   Download

The Requires

 

by Andrew Hood

16/07 2016

v0.1.0

0.1.0.0

Provision your environment

  Sources   Download

The Requires

 

by Andrew Hood

16/07 2016

v0.0.3

0.0.3.0

Provision your environment

  Sources   Download

The Requires

 

by Andrew Hood

13/02 2016

v0.0.2

0.0.2.0

Provision your environment

  Sources   Download

The Requires

 

by Andrew Hood

12/02 2016

v0.0.1

0.0.1.0

Provision your environment

  Sources   Download

The Requires

 

by Andrew Hood

12/02 2016

dev-dev-master

dev-dev-master

Provision your environment

  Sources   Download

The Requires

 

by Andrew Hood