PHPackages                             satmaxt/laravel-dist - 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. [CLI &amp; Console](/categories/cli)
4. /
5. satmaxt/laravel-dist

ActiveLibrary[CLI &amp; Console](/categories/cli)

satmaxt/laravel-dist
====================

A command package to make distribution of app for shared hosting

1.0.0(6y ago)126MITPHPPHP ^7.2

Since Feb 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/satriaajiputra/laravel-dist)[ Packagist](https://packagist.org/packages/satmaxt/laravel-dist)[ RSS](/packages/satmaxt-laravel-dist/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Dist
============

[](#laravel-dist)

This package can generate distribution version of your app and ready to distribute on shared hosting.

Overview
--------

[](#overview)

If you has been installed this package, you can execute artisan command of this package

```
$ php artisan laravel-dist:run
```

After that, the package will generating the distribution version for you. This is the file that generated using this package.

### Generated files

[](#generated-files)

**dist/public.zip** // this contains the whole of files inside public folder

**dist/laravel.zip** // this contains core of the application, the content inside it can be costumized inside `config/laravel-dist.php` file

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

[](#requirements)

- PHP &gt;= 7.2
- PHP ZIP Extension
- allow permission to php commands: `system`, `chdir`, `rmdir`, `unlink`, `mkdir`, `copy`, `closedir`

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

[](#installation)

Require this package using composer.

```
composer require satmaxt/laravel-dist

```

Add ServiceProvider to your providers array on `config/app.php` file.

```
Satmaxt\LaravelDist\ServiceProvider::class
```

If you want to costumize the compresed files inside `laravel.zip`, you can copy the `laravel-dist.php` config file to your `config` folder using this command.

```
php artisan vendor:publish --provider="Satmaxt\LaravelDist\ServiceProvider"

```

Usage
-----

[](#usage)

Generate your distribution app using this command

```
php artisan laravel-dist:run

```

Copyright © 2020. [Satmaxt Developer](https://satmaxt.xyz). Coded with ❤️ &amp; ☕ at Bandung, Indonesia

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

2266d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f62d0a903f4c9dbe52ed1f5836172c64d2380938a9fb70aff52e8ef64ba4460?d=identicon)[satriaajiputra](/maintainers/satriaajiputra)

---

Top Contributors

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

---

Tags

laraveldistributionproductiondistlaravel-dist

### Embed Badge

![Health badge](/badges/satmaxt-laravel-dist/health.svg)

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

PHPackages © 2026

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