PHPackages                             sudippalash/installer - 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. sudippalash/installer

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

sudippalash/installer
=====================

Laravel package for Project installation

1.0.3(1y ago)18MITBlade

Since Jul 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sudippalash/installer)[ Packagist](https://packagist.org/packages/sudippalash/installer)[ RSS](/packages/sudippalash-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

installer
---------

[](#installer)

[![alt text](https://github.com/sudippalash/installer/raw/master/img.jpg?raw=true)](https://github.com/sudippalash/installer/blob/master/img.jpg?raw=true)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d5a5e8fe481c0bd8d07606734c29893918257b015d07733caa921169a6a3d3f9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737564697070616c6173682f696e7374616c6c65723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sudippalash/installer)[![Total Downloads](https://camo.githubusercontent.com/3b37491d48bc028eeb6543962ee6b5c4515b1f844ca1c73743aa27025ae68b4e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737564697070616c6173682f696e7374616c6c65723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sudippalash/installer)

`installer` is a project installing package of `Laravel`.

Install
-------

[](#install)

Via Composer

```
composer require sudippalash/installer
```

#### Publish config file

[](#publish-config-file)

You can publish the config file with:

```
php artisan vendor:publish --provider="Sudip\Installer\Providers\AppServiceProvider" --tag=config

```

This is the contents of the published config file `config/installer.php`:

```
return [
    /*
    |--------------------------------------------------------------------------
    | php
    |--------------------------------------------------------------------------
    |
    | PHP required a version for your system and required extensions that user needs to enable or install on the server.
    |
    */

    'php' => [
        'require_version' => '7.3.0',
        'require_extension' => ['bcmath', 'ctype', 'fileinfo', 'gd', 'json', 'mbstring', 'openssl', 'PDO', 'tokenizer', 'xml'],
    ],

    /*
    |--------------------------------------------------------------------------
    | Directories Permissions
    |--------------------------------------------------------------------------
    |
    | Users need to assign minimum permission for these project folders.
    |
    */
    'directories_permissions' => [
        'bootstrap/cache' => '775',
        'storage/app' => '775',
        'storage/framework' => '775',
        'storage/logs' => '775',
    ],

    /*
    |--------------------------------------------------------------------------
    | env
    |--------------------------------------------------------------------------
    |
    | Set your default .env value. The form will show those data then the user can change it.
    |
    */
    'env' => [
        'APP_NAME' => 'Laravel',
        'APP_URL' => url('/'),

        'LOG_CHANNEL' => 'daily',
        'FILESYSTEM_DRIVER' => 'public',

        'DB_HOST' => '127.0.0.1',
        'DB_PORT' => 3306,
        'DB_DATABASE' => 'laravel',
        'DB_USERNAME' => 'root',
        'DB_PASSWORD' => '',

        'MAIL_MAILER' => 'smtp',
        'MAIL_HOST' => 'smtp.mailgun.org',
        'MAIL_PORT' => 587,
        'MAIL_USERNAME' => null,
        'MAIL_PASSWORD' => null,
        'MAIL_ENCRYPTION' => 'tls',
        'MAIL_FROM_ADDRESS' => null,
        'MAIL_FROM_NAME' => 'Laravel',
    ],
];
```

Usage
-----

[](#usage)

Type on your browser URL address bar:

```
{your_project_url}/install
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

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 ~281 days

Total

4

Last Release

541d ago

### Community

Maintainers

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

---

Top Contributors

[![sudippalash](https://avatars.githubusercontent.com/u/16589727?v=4)](https://github.com/sudippalash "sudippalash (10 commits)")

---

Tags

laravelSudipsudippalashLaravel Project installationProject installation

### Embed Badge

![Health badge](/badges/sudippalash-installer/health.svg)

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

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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