PHPackages                             patrick-rose/laravel-shared-host - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. patrick-rose/laravel-shared-host

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

patrick-rose/laravel-shared-host
================================

An easy way for people on shared hosting without command line access to use laravel. It is likely insecure because of it

5323PHP

Since Oct 19Pushed 12y ago2 watchersCompare

[ Source](https://github.com/PatrickRose/laravel-shared-host)[ Packagist](https://packagist.org/packages/patrick-rose/laravel-shared-host)[ RSS](/packages/patrick-rose-laravel-shared-host/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-shared-host
===================

[](#laravel-shared-host)

An easy way for you to use Laravel 4 on shared hosting, without command line access

Installation
------------

[](#installation)

Like all good things, this package is installed using Composer. Just add the following to your composer.json

```
"require": {
    "patrick-rose/laravel-shared-host": "dev-master"
}
```

Then just run `composer update` and Composer will do the heavy lifting.

Then you just need to tell Laravel to load the files. Go into `app/config/app.php` and add this to your provider's array:

```
providers => array(
    'PatrickRose\LaravelSharedHost\LaravelSharedHostServiceProvider',
);
```

Usage
-----

[](#usage)

When you get around to deploying your application, upload **everything** (including your vendor folder). Now, go into `/vendor/patrick-rose/laravel-shared-host/src/config/config.php`, and set `activated` to `true`. You'll now have a few routes to go to, but the important one is:

```
http://[yoursite]/patrickrose-sharedhost-index

```

You'll be asked for a password, which is your application key by default. Then you can run the commands that you need to run.

Note that currently, if something goes wrong an error message is thrown.

When you're finished, **REMOVE ACCESS TO THIS PAGE**. Although no user input is needed, it's probably wise to not let this be open. Removing access is as simple as setting `activated` to `false`

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1681612?v=4)[Patrick Rose](/maintainers/PatrickRose)[@PatrickRose](https://github.com/PatrickRose)

---

Top Contributors

[![PatrickRose](https://avatars.githubusercontent.com/u/1681612?v=4)](https://github.com/PatrickRose "PatrickRose (6 commits)")

### Embed Badge

![Health badge](/badges/patrick-rose-laravel-shared-host/health.svg)

```
[![Health](https://phpackages.com/badges/patrick-rose-laravel-shared-host/health.svg)](https://phpackages.com/packages/patrick-rose-laravel-shared-host)
```

###  Alternatives

[php-coord/php-coord

PHPCoord is a PHP library to aid in handling coordinates. It can convert coordinates for a point from one system to another and also calculate distance between points.

109966.2k12](/packages/php-coord-php-coord)

PHPackages © 2026

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