PHPackages                             salamzadeh/installerpb - 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. salamzadeh/installerpb

ActiveLibrary

salamzadeh/installerpb
======================

Laravel Installer: Simplifies Laravel application installation for a seamless setup experience. Requires PHP 8.0.0+, follows PSR-4 autoload, and is MIT-licensed.

00PHP

Since Dec 31Pushed 4mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

The Laravel installer is very user-friendly and easy to install.
----------------------------------------------------------------

[](#the-laravel-installer-is-very-user-friendly-and-easy-to-install)

 [ ![](/%24-donate-ff69b4.svg) ](https://donito.me/salamzadeh)

installerPB packages can be easily installed with any Laravel project. They are designed to be user-friendly and simple to use. With installerPB, you can easily configure all the necessary configurations dynamically, including the minimum required PHP version, PHP execution, default Laravel folder permissions, .env file setup, and custom account form. Additionally, the package includes an automated database migration and seed process.

[![screenshot](LARAVEL.webp)](LARAVEL.webp)

Getting Started
---------------

[](#getting-started)

```
composer require salamzadeh/installerpb
```

### Step 1

[](#step-1)

It seems like you are trying to include a service provider in your Laravel application. If you want to add the `installerPB\InstallerServiceProvider::class` to your Laravel application, you typically need to follow these Steps:

Locate `config/app.php`: Open the `config/app.php` file in your Laravel project.

Find providers array: Inside the `config/app.php` file, find the providers array.

```
'providers' => [
    // ...
    installerPB\InstallerServiceProvider::class,
],
```

### Step 2

[](#step-2)

```
 php artisan vendor:publish --tag=installerPB --force
```

### Step 3 Now start the installation

[](#step-3-now-start-the-installation)

```
 https://yourdomain.com/app/install
```

[![screenshot](https://raw.githubusercontent.com/eramitgupta/files/main/installerPB.gif)](https://raw.githubusercontent.com/eramitgupta/files/main/installerPB.gif)

### How to customize Requirements and Permissions?

[](#how-to-customize-requirements-and-permissions)

Certainly! If you want just the content without additional explanations, here's the simplified content for your `yourProject/config/install.php` file.

"requirements" =&gt; Add or remove additional PHP extensions as needed
"permissions" =&gt; Add or remove additional folder permissions as needed

### How to add new .env variable dynamic ?

[](#how-to-add-new-env-variable-dynamic-)

If you want to create an additional `.env` file based on the configuration in the `yourProject/config/install.php` file, you can follow these Steps: We will be displaying of `.env` Within the same, you need to include the following.

The last line, which ends with `.`, followed by a new line character `\n`, will not persist. Ex:

```
'needed="34dsf24bcgf"' . "\n".
'apikey="123456"',
```

### How can I insert dynamic extra fields to the Account form?

[](#how-can-i-insert-dynamic-extra-fields-to-the-account-form)

When you go to the path `resources/views/vendor` you will see `account.blade.php` By modifying it, you can add extra fields like this.

```

```

After adding, you need to go to `yourproject/config/install.php` where the input tag name will be, and add it to the account array inside `install.php` like this

```
 'account' =>    [
        'name' => 'required|string|max:255',
        'email' => 'required|email|unique:users|max:255',
        'password' => 'required|string|min:6',
        'phone_number' => 'required',
    ]
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance54

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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://www.gravatar.com/avatar/b42c4852266072fff796368402764daccb96d001f5cbc20dbff117be02ee8cb1?d=identicon)[salamzadeh](/maintainers/salamzadeh)

---

Top Contributors

[![salamzadeh](https://avatars.githubusercontent.com/u/4796598?v=4)](https://github.com/salamzadeh "salamzadeh (1 commits)")

### Embed Badge

![Health badge](/badges/salamzadeh-installerpb/health.svg)

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

PHPackages © 2026

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