2017 © Pedro Peláez
 

project cdn

Content server for Lavavel/Voyager KTC

image

ktc/cdn

Content server for Lavavel/Voyager KTC

  • Monday, December 18, 2017
  • by ktc
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 62 Versions
  • 0 % Grown

The README.md

CDN KTC FOR LARAVEL

Steps for installing the CDN for lavavel and voyager., (*1)


Envoy Task Runner

Complete documentation on the official website of Laravel, (*2)

It runs on the console the following command of composer, (*3)

composer global require laravel/envoy, (*4)

Install the library

composer require ktc/cdn, (*5)

Add the service provider

Edit the file /config/app.php, (*6)

Adds a new value at the end of the array providers, (*7)

'providers' => [
//....
//...
//.
CDN\CDNServiceProvider::class

Configure new driver

Edit the file /config/filesystems.php, (*8)

Adds a new value at the end of the array disks, (*9)

'disks' => [
//....
//...
//.
'sftp' => [
    'driver'   => 'sftp',
    'host' => env('CDN_SSH_HOST'),
    'port' => 22,
    'username' => env('CDN_SSH_USERNAME'),
    'password' => '',
    'privateKey' => env('CDN_SSH_PRIVATE_KEY_PATH'),
    'root' => env('CDN_BASE').'/'.env('CDN_BASE_SUBDIRECTORY'),
]

Create the new repository in the CDN Server

php artisan cdn:install, (*10)

Follow the instructions, (*11)

After generating the installation your project will contain the following keys:, (*12)

.env

FILESYSTEM_DRIVER It defines the new driver to use (default is sftp)., (*13)

CDN_BASE Actual absolute path where are stored across content repositories, (*14)

CDN_BASE_SUBDIRECTORY ID only, create a directory for the project, do not use special characters or spaces., (*15)

CDN_SSH_USERNAME User's ssh connection that is used locally., (*16)

CDN_SSH_PRIVATE_KEY_PATH Key SSH connection, the path must be absolute to the computer., (*17)

CDN_SSH_HOST Connection to the CDN host, (*18)

CDN_PUBLIC Access for the public to the CDN, (*19)

Example, (*20)

FILESYSTEM_DRIVER=sftp
CDN_BASE=/example/path
CDN_BASE_SUBDIRECTORY=exampleProject
CDN_SSH_USERNAME=root
CDN_SSH_PRIVATE_KEY_PATH=/Users/example/.ssh/id_rsa
CDN_SSH_HOST=experience.ktcagency.com
CDN_PUBLIC=cdn.experience.ktcagency.com

Ready., (*21)


If you are using Voyager

Edit the file /config/voyager.php, (*22)

Changes the value of storage, (*23)

'storage' => 
    [
        'disk' => 'sftp',
    ],

The Versions

18/12 2017

dev-master

9999999-dev https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.62

1.0.62.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.61

1.0.61.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.60

1.0.60.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.59

1.0.59.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.58

1.0.58.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.57

1.0.57.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.56

1.0.56.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.55

1.0.55.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.54

1.0.54.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.53

1.0.53.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.52

1.0.52.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.51

1.0.51.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.50

1.0.50.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.49

1.0.49.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.48

1.0.48.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.47

1.0.47.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.46

1.0.46.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.45

1.0.45.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.44

1.0.44.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.43

1.0.43.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.42

1.0.42.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.41

1.0.41.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.40

1.0.40.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.39

1.0.39.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

18/12 2017

1.0.37

1.0.37.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

13/12 2017

1.0.36

1.0.36.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

13/12 2017

1.0.35

1.0.35.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.34

1.0.34.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.33

1.0.33.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.32

1.0.32.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.31

1.0.31.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.30

1.0.30.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.29

1.0.29.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.28

1.0.28.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.27

1.0.27.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.26

1.0.26.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.25

1.0.25.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

11/12 2017

v1.0.24

1.0.24.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.23

1.0.23.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.22

1.0.22.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.21

1.0.21.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.20

1.0.20.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.19

1.0.19.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.18

1.0.18.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.17

1.0.17.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.16

1.0.16.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.15

1.0.15.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.14

1.0.14.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.13

1.0.13.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.12

1.0.12.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.11

1.0.11.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.10

1.0.10.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.9

1.0.9.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.8

1.0.8.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.7

1.0.7.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.6

1.0.6.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.5

1.0.5.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.4

1.0.4.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.2

1.0.2.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.1

1.0.1.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager

08/12 2017

v1.0.0

1.0.0.0 https://the-control-group.github.io/voyager/

Content server for Lavavel/Voyager KTC

  Sources   Download

MIT

The Requires

 

by Christian Irack

laravel cdn voyager