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

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

shamim/laravel-installer
========================

Ultimate SMS Auto Installer

1.0.1(8y ago)21.0k3MITPHPPHP &gt;=5.6.0

Since May 6Pushed 7y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/9b17c973b0536f89aa80b97494aa3e2b44c8b0c410e34610c564297f1db4bf55/68747470733a2f2f706f7365722e707567782e6f72672f7368616d696d2f6c61726176656c2d696e7374616c6c65722f762f737461626c65)](https://packagist.org/packages/shamim/laravel-installer?format=flat-square)[![License](https://camo.githubusercontent.com/f649785b0aaf67342f0850ad883fadd265964ebd1f5e9a72ed53ec9df18b27f3/68747470733a2f2f706f7365722e707567782e6f72672f7368616d696d2f6c61726176656c2d696e7374616c6c65722f6c6963656e7365)](https://packagist.org/packages/shamim/laravel-installer?format=flat-square)[![GitHub issues](https://camo.githubusercontent.com/8947b0674416fb75d6f1d9469fc8465e6552aaab70926f1d15cdf9c2500b787b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f616b617368616d36372f6c61726176656c2d696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/akasham67/laravel-installer/issues)[![GitHub stars](https://camo.githubusercontent.com/2a1279b79713b273449d963d81455a980b2f78773df94e1265d2c3c95219a17d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f616b617368616d36372f6c61726176656c2d696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://github.com/akasham67/laravel-installer/stargazers)

Ultimate SMS Auto Installer
===========================

[](#ultimate-sms-auto-installer)

Ultimate SMS Auto Installer checks for the following things and install the application in one go.

1. Check For Server Requirements.
2. Check For Folders Permissions.
3. Ability to set database information.
4. Migrate The Database.
5. Seed The Tables.
6. Update Admin credential

Note:
-----

[](#note)

You need to have `.env` to the root

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

[](#installation)

Require this package with composer:

```
composer require shamim/laravel-installer

```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`.

```
'providers' => [
    Shamim\LaravelInstaller\Providers\LaravelInstallerServiceProvider::class,
];

```

Usage
-----

[](#usage)

Before using this package you need to run :

```
php artisan vendor:publish --provider="Shamim\LaravelInstaller\Providers\LaravelInstallerServiceProvider"
```

You will notice additional files and folders appear in your project :

- `config/installer.php` : Set the requirements along with the folders permissions for your application to run, by default the array contains the default requirements for a basic Laravel app.
- `public/installer/assets` : This folder contains a css folder and inside it you will find a `main.css` file, this file is responsible for the styling of your installer, you can override the default styling and add your own.
- `resources/views/vendor/installer` : Contains the HTML code for your installer.
- `resources/lang/en/installer_messages.php` : This file holds all the messages/text.

Installing your application
---------------------------

[](#installing-your-application)

- **Install:** In order to install your application, go to the `/install` url and follow the instructions.

Screenshots
-----------

[](#screenshots)

Credits
-------

[](#credits)

[Laravel Installer](https://github.com/Froiden/laravel-installer)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

2928d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[bumbummen99/shoppingcart

Laravel Shoppingcart

518555.4k3](/packages/bumbummen99-shoppingcart)

PHPackages © 2026

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