PHPackages                             wewowweb/laravel-shared-hosting - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. wewowweb/laravel-shared-hosting

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

wewowweb/laravel-shared-hosting
===============================

Laravel package that simplifies deployment and management of Laravel application on your shared hosting server

v0.1.6(6y ago)216MITPHPPHP ^7.2CI failing

Since May 13Pushed 6y ago2 watchersCompare

[ Source](https://github.com/wewowweb/laravel-shared-hosting)[ Packagist](https://packagist.org/packages/wewowweb/laravel-shared-hosting)[ Docs](https://github.com/wewowweb/laravel-shared-hosting)[ RSS](/packages/wewowweb-laravel-shared-hosting/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (3)Versions (8)Used By (0)

Laravel Shared Hosting
======================

[](#laravel-shared-hosting)

[![We Wow Web - Laravel Shared Hosting logo](https://camo.githubusercontent.com/4c3b90641094bb3785b521601725233e6b3405e6297918d3efc5c680c482499e/68747470733a2f2f7765776f777765622e636f6d2f6769746875622f6c61726176656c2d7368617265642d686f7374696e672f6c6f676f2e706e67)](https://camo.githubusercontent.com/4c3b90641094bb3785b521601725233e6b3405e6297918d3efc5c680c482499e/68747470733a2f2f7765776f777765622e636f6d2f6769746875622f6c61726176656c2d7368617265642d686f7374696e672f6c6f676f2e706e67)

[![Latest Version on Packagist](https://camo.githubusercontent.com/14d712dc97c23e6b50fc122e3c1f2ae41c858e46eaaf843a84bbf32444350026/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7765776f777765622f6c61726176656c2d7368617265642d686f7374696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wewowweb/laravel-shared-hosting)[![Build Status](https://camo.githubusercontent.com/33f12e47f93d9bbe44129eac1cb7e6e07ddf4238aefd2fb26280acd215a1003c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7765776f777765622f6c61726176656c2d7368617265642d686f7374696e672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/wewowweb/laravel-shared-hosting)[![Quality Score](https://camo.githubusercontent.com/622465268fab7c4d34bd829046858113e8762e736ab00c2ed7554634f68816df/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f7765776f777765622f6c61726176656c2d7368617265642d686f7374696e672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/wewowweb/laravel-shared-hosting)[![Total Downloads](https://camo.githubusercontent.com/7dbf87aa750ecec82b703518a70ecb1dc7fbbf04192f0c3b8ab7c8c479bfaaa8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7765776f777765622f6c61726176656c2d7368617265642d686f7374696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wewowweb/laravel-shared-hosting)

A package that will simplify deployment and management of Laravel application on your shared hosting server.

Why?
----

[](#why)

As developers, we're used to having a near picture perfect development environment, and we expect the same out of our production server. Sometimes however, you are not in control of deciding on the production environment. May it be cost or features - such as integrated mail servers and graphical user interfaces for managing certain business tasks - can ultimately direct the client toward a cheap shared host, that may not have the bells and whistles you would want.

If your Laravel app will indeed live on such a server, you might want this package to help.

*This package is still in active development, so you might want to [watch](https://github.com/wewowweb/laravel-shared-hosting/subscription) the repository to be notified of future changes.*

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

[](#installation)

You can install the package via composer:

```
composer require wewowweb/laravel-shared-hosting
```

Usage
-----

[](#usage)

### php artisan shared:install

[](#php-artisan-sharedinstall)

Once the package has been installed, run the command:

```
php artisan shared:install
```

**shared:install** command will allow you to overrride Laravel's default `public/index.php` file. The only change is the modification to the autoload and bootstrap functions, so that their path can be loaded from an .env file, which will save you all the instances where manual corrections of that file in development/production environment are necessary.

If you would like to have your autoload and bootstrap path set by .env variables, make sure to create them in the .env file like so:

```
SHARED_AUTO_LOADER=
SHARED_BOOTSTRAP=
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email **** instead of using the issue tracker.

Credits
-------

[](#credits)

- [We Wow Web](https://github.com/wewowweb)
- [Gal Jakic](https://github.com/morpheus7CS)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Every ~49 days

Recently: every ~56 days

Total

7

Last Release

2261d ago

PHP version history (2 changes)0.1PHP ^7.1

v0.1.3PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/9229618e1b419f254b77af5e2e651451acb463d560912643e4a626605c81607a?d=identicon)[morpheus7CS](/maintainers/morpheus7CS)

---

Top Contributors

[![morpheus7CS](https://avatars.githubusercontent.com/u/8884582?v=4)](https://github.com/morpheus7CS "morpheus7CS (21 commits)")

---

Tags

laravelWe Wow Weblaravel-shared-hosting

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wewowweb-laravel-shared-hosting/health.svg)

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

###  Alternatives

[timokoerber/laravel-one-time-operations

Run operations once after deployment - just like you do it with migrations!

6481.7M11](/packages/timokoerber-laravel-one-time-operations)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[thebytelab/vapor-multi-region-deploy

An artisan command to assist deploying your Laravel Vapor app to multiple AWS regions

162.2k](/packages/thebytelab-vapor-multi-region-deploy)

PHPackages © 2026

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