1.1.0 • Published 6 months ago

laravel-watch-ftp v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Laravel Watch FTP

Laravel Watch FTP is a tool that allows you to synchronize your local Laravel project with a remote FTP server. It monitors changes in your local directory and automatically uploads, deletes, or modifies files on the FTP server accordingly.

Installation

To use Laravel Watch FTP in your project, install it via npm:

npm install laravel-watch-ftp

Configuration

Create a configuration file in the root of your project named example.config.json. Configure the FTP connection details, local folder, and any other settings in example.config.json. Save and rename the file to config.json.

Usage

To start watching and syncing your Laravel project with the FTP server, run the following command:

npm run watch

The script will connect to the FTP server and monitor changes in your local directory.

1.1.0

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago