PHPackages                             faryar76/lrm - 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. [Framework](/categories/framework)
4. /
5. faryar76/lrm

ActivePackage[Framework](/categories/framework)

faryar76/lrm
============

laravel remote manager package

0.0.1(7y ago)462768MITPHP

Since Jan 20Pushed 7y ago1 watchersCompare

[ Source](https://github.com/faryar76/lrm)[ Packagist](https://packagist.org/packages/faryar76/lrm)[ RSS](/packages/faryar76-lrm/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

LRM "laravel remote manager"
============================

[](#lrm-laravel-remote-manager)

[![alt text](https://github.com/faryar76/lrm/raw/master/commands.png "preview in artisan list")](https://github.com/faryar76/lrm/raw/master/commands.png)

#### by using this package , you can easily manage your project remotely (**without ssh**).

[](#by-using-this-package--you-can-easily-manage-your-project-remotely-without-ssh)

For example :

1. You can run the database migration files on server **without** **"ssh"**
2. You can move migration files from your local system to the server and run database migrate commands **without ssh**.
3. You can **upload** your edited files into the server without entering your own management panel (cpanel or directadmin ...). also upload new files (or folders) **without ssh** .

### Installation

[](#installation)

```

# composer require faryar76/lrm

# php artisan vendor:publish --provider="Faryar76\LRM\LRMServiceProvider"

```

### how to config for use?

[](#how-to-config-for-use)

##### The first thing you have to do complete the config file **lrm.php** in :

[](#the-first-thing-you-have-to-do-complete-the-config-file-lrmphp-in-)

```
your_project_path\config\lrm.php

```

fill the **host\_path** in **lrm.php** with your uploaded project path for **example** :

```
"host_path" => "http://your-website-domain.com/",

```

or in some **sharing hosts**

```
"host_path" => "http://your-website-domain.com/public/",

```

##### also you can set a password for make it more secure in **lrm.php** :

[](#also-you-can-set-a-password-for-make-it-more-secure-in-lrmphp-)

```
"password"  => hash('sha512',"type-your-password-here")

```

how to use?
-----------

[](#how-to-use)

### upload file

[](#upload-file)

##### for upload single file :

[](#for-upload-single-file-)

```
php artisan lrm:upload "path_to_file"

php artisan lrm:upload "app\Http\User.php"

```

##### for upload folder files :

[](#for-upload-folder-files-)

```
php artisan lrm:upload "path_to_folder"

php artisan lrm:upload "app\Http"

```

##### for upload folder with sub folders :

[](#for-upload-folder-with-sub-folders-)

```
php artisan lrm:upload "path_to_folder" --sub

php artisan lrm:upload "app\Http" --sub

```

### run migrate files

[](#run-migrate-files)

#### just run Available files on server

[](#just-run-available-files-on-server)

```
php artisan lrm:migrate 		// will do php artisan migrate
php artisan lrm:migrate refresh 	// will do php artisan migrate:refresh
php artisan lrm:migrate rollback 	// will do php artisan migrate:rollback
...

```

#### upload local migrate files to server and run them

[](#upload-local-migrate-files-to-server-and-run-them)

```
php artisan lrm:sync_migrate		// will do php artisan migrate
php artisan lrm:sync_migrate refresh 	// will do php artisan migrate:refresh
php artisan lrm:sync_migrate rollback 	// will do php artisan migrate:rollback
...

```

License MIT
===========

[](#license-mit)

```
Notice: old files will backup and move to "old_files" folder on your server

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2666d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c88349e79e20cf3579a72c1365b06ba789e2f2cc34e5ce197f5b52232d383d0?d=identicon)[faryar](/maintainers/faryar)

---

Top Contributors

[![faryar76](https://avatars.githubusercontent.com/u/39999915?v=4)](https://github.com/faryar76 "faryar76 (9 commits)")

### Embed Badge

![Health badge](/badges/faryar76-lrm/health.svg)

```
[![Health](https://phpackages.com/badges/faryar76-lrm/health.svg)](https://phpackages.com/packages/faryar76-lrm)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M256](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
