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

ActiveLibrary

sdtech/project-installer
========================

Simple Laravel web installer with codecanyon product validation

v1.0.3(3y ago)32.5k3MITPHPPHP &gt;=7.0.0

Since Jan 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/syedbacchu/installer-laravel)[ Packagist](https://packagist.org/packages/sdtech/project-installer)[ RSS](/packages/sdtech-project-installer/feed)WikiDiscussions main Synced 1mo ago

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

installer-laravel | A Simple Laravel Project Installer with verify envato purchase licence
==========================================================================================

[](#installer-laravel--a-simple-laravel-project-installer-with-verify-envato-purchase-licence)

[![Latest Version](https://camo.githubusercontent.com/17ac0f99184d5e77dcce34b0046f08ec9df895a49f53e895b4777b5ef9fdba96/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f737965646261636368752f696e7374616c6c65722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/syedbacchu/installer-laravel/releases)[![Issues](https://camo.githubusercontent.com/95e07a478e028f525e3e864d62881c8dcfdf3828410be3ff5b5e08a4f18f0021/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f737965646261636368752f696e7374616c6c65722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://github.com/syedbacchu/installer-laravel)[![Stars](https://camo.githubusercontent.com/ae0c13828708574c529cfbbd7428a51fb05daaabf5099c1e7231b9c60d69316e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f737965646261636368752f696e7374616c6c65722d6c61726176656c2e7376673f7374796c653d736f6369616c)](https://github.com/syedbacchu/installer-laravel)[![Stars](https://camo.githubusercontent.com/c00b1a6dc79fa1c842ff90925583cca30d04a426c8084ecb06f2afc93dda8612/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f737965646261636368752f696e7374616c6c65722d6c61726176656c3f7374796c653d666c61742d737175617265)](https://github.com/syedbacchu/installer-laravel)[![Total Downloads](https://camo.githubusercontent.com/c573fbfd4b37e228fa352db64dfc216e1959ac38b1c10678d68dd72d79da6190/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7364746563682f70726f6a6563742d696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sdtech/project-installer)

- [About](#about)
- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [Uses](#Uses)

About
-----

[](#about)

A simple laravel project installer with verify envato product licence which gives you a nice interface to setup your project, verify product, database and other configuration just by following the setup wizard. The current features are :

- Check For Server Requirements.
- Check For Folders Permissions.
- Verify Envato purchase licence.
- Ability to set database information with a simple form wizard.
- Migrate The Database.
- Seed The Tables.

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

[](#requirements)

- [Laravel 5.5+](https://laravel.com/docs/installation)

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require sdtech/project-installer
```

2. Publish the packages views, config file, assets, and language files by running the following from your projects root folder:

```
    php artisan vendor:publish --tag=projectinstaller
```

configuration
-------------

[](#configuration)

1. Go to your config folder, then open "installer.php" file
2. Search here "env\_path", under this change the "env\_token" =&gt; 'change this value and set it your codecanyon token' .
3.

```
'env_path' => [
  'env_token' => 'your envato token here',
  'env_url_path' => 'https://api.envato.com/v1/market/private/user/verify-purchase:'
  ]
```

5. Another thing , verify purchase key is not mandatory, you can also manage this from config file-&gt;
6.

```
'checkPurchaseCode' => true,
```

\[true means verify purchase key mandatory, and false means not mandatory\]

Uses
----

[](#uses)

1. Make a middleware and inside the middleware the code look like -&gt;

```
public function handle(Request $request, Closure $next)
    {
        if (file_exists(storage_path('installed'))) {
            return $next($request);
        }

        return redirect(url('install'));
    }
```

2. Then add the middleware name to your route.

That's it :-)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

Total

4

Last Release

1354d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3e708bf7a12e91eb049905efeb8def342851116559be904ace732b4f8e7fd57e?d=identicon)[sdbacchu](/maintainers/sdbacchu)

---

Top Contributors

[![syedbacchu](https://avatars.githubusercontent.com/u/52558169?v=4)](https://github.com/syedbacchu "syedbacchu (13 commits)")

### Embed Badge

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

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

PHPackages © 2026

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