PHPackages                             rockbuzz/lara-cw - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rockbuzz/lara-cw

AbandonedLibrary[API Development](/categories/api)

rockbuzz/lara-cw
================

Api Cloudways

v1.0.6(4y ago)0160MITPHPPHP &gt;=7.3

Since Feb 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/rockbuzz/lara-cw)[ Packagist](https://packagist.org/packages/rockbuzz/lara-cw)[ RSS](/packages/rockbuzz-lara-cw/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Lara CW
=======

[](#lara-cw)

Api Cloudways

[![](https://github.com/rockbuzz/lara-cw/workflows/Main/badge.svg)](https://github.com/rockbuzz/lara-cw/workflows/Main/badge.svg)

Requirements
------------

[](#requirements)

PHP &gt;=7.3

Install
-------

[](#install)

```
$ composer require rockbuzz/lara-cw
```

Usage
-----

[](#usage)

.env

```
 // Turn auto deploy on or off, default: true
CW_ENABLED

// Define the deployment environment, default: staging
CW_ENV=

// Define the uri that webhooks will use, default: _deploy
CW_DEPLOY_URI=

// Set authentication and repository values
CW_API_KEY=
CW_API_URL=
CW_EMAIL=
CW_SERVER_ID=
CW_APP_ID=
CW_DEPLOY_PATH=
CW_GIT_URL=
CW_BRANCH_NAME=
```

add uri in csrf middleware

```
