PHPackages                             numaxlab/laravel-dinahosting - 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. numaxlab/laravel-dinahosting

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

numaxlab/laravel-dinahosting
============================

Laravel utilities for Dinahosting hosted projects

1.0.1(10mo ago)039MITPHPPHP ^8.2

Since Jul 24Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/numaxlab/laravel-dinahosting)[ Packagist](https://packagist.org/packages/numaxlab/laravel-dinahosting)[ RSS](/packages/numaxlab-laravel-dinahosting/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Laravel Dinahosting
===================

[](#laravel-dinahosting)

Laravel utilities for projects hosted on [Dinahosting](https://dinahosting.com) shared hosting.

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

[](#requirements)

- PHP ^8.2
- Laravel 10+

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

[](#installation)

```
composer require numaxlab/laravel-dinahosting
```

The service provider is registered automatically via Laravel's package auto-discovery.

Commands
--------

[](#commands)

### Symlink

[](#symlink)

Dinahosting shared hosting exposes a `www/` directory as the web root instead of the standard `public/` directory. This command creates a symlink from `../www` to `public/` so your Laravel application is served correctly.

```
php artisan dinahosting:symlink
```

Run this once after deploying your application to the server for the first time.

### Envoy

[](#envoy)

Installs [Laravel Envoy](https://laravel.com/docs/envoy) as a dev dependency and scaffolds an `Envoy.blade.php` file pre-configured for Dinahosting deployments.

```
php artisan dinahosting:envoy-setup
```

Use `--force` to overwrite an existing `Envoy.blade.php` without being prompted:

```
php artisan dinahosting:envoy-setup --force
```

After running the command, edit the generated `Envoy.blade.php` to set your server credentials and project directory, then run your first deploy:

```
php vendor/bin/envoy run dinahosting-deploy
```

The generated Envoy task pulls the latest code from `main`, installs Composer dependencies (without dev packages), runs `package:discover`, and executes pending migrations — using Dinahosting's custom PHP binary path (`$HOME/.bin/php`).

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance75

Regular maintenance activity

Popularity9

Limited adoption so far

Community7

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

Every ~27 days

Total

2

Last Release

318d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26456395?v=4)[Laboratorio NUMAX](/maintainers/numaxlab)[@numaxlab](https://github.com/numaxlab)

---

Top Contributors

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

---

Tags

deploymentdinahostinglaravellaravel-package

### Embed Badge

![Health badge](/badges/numaxlab-laravel-dinahosting/health.svg)

```
[![Health](https://phpackages.com/badges/numaxlab-laravel-dinahosting/health.svg)](https://phpackages.com/packages/numaxlab-laravel-dinahosting)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M195](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.2k14](/packages/tallstackui-tallstackui)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k91.9k1](/packages/mike-bronner-laravel-model-caching)

PHPackages © 2026

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