PHPackages                             hashcode/larainstaller - 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. hashcode/larainstaller

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

hashcode/larainstaller
======================

A web-based Laravel installer package that simplifies project setup and configuration, enabling developers to start their projects quickly without using the command line.

v1.0.3(1y ago)047MITCSS

Since Jan 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/devtushar369/larainstaller)[ Packagist](https://packagist.org/packages/hashcode/larainstaller)[ RSS](/packages/hashcode-larainstaller/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (5)Used By (0)

Laravel Installer
=================

[](#laravel-installer)

A **web-based Laravel installer package** designed to simplify project setup and configuration with an intuitive, lightweight interface. This package streamlines the process of verifying licenses, checking server requirements, managing folder permissions, setting up databases, and configuring admin credentials.

---

Features
--------

[](#features)

- **Lightweight User Interface**: A clean and simple UI for easy navigation during installation.
- **Verify Envato License**: Ensures only authorized users can proceed with the installation process.
- **Server Requirement Check**: Automatically checks for required PHP extensions and server configurations.
- **Folder Permission Validation**: Ensures necessary folders have the correct permissions for Laravel to function smoothly.
- **Automatic Database Migration**: Runs database migrations with seeders and demo data effortlessly.
- **Admin Setup**: Guides you through setting up admin credentials during installation.

---

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

[](#installation)

To install the package, use Composer:

```
composer require hashcode/larainstaller
```

Register the Service Provider

Add the service provider to the providers array in config/app.php:

'providers' =&gt; \[

```
    // Other Service Providers
    Hashcode\Larainstaller\Providers\LarainstallerServiceProvider::class,
```

\],

Publish Assets

Publish the package's assets and configuration files by running:

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

Usage Access the Installer

After installation, navigate to the installer interface in your browser by visiting:

```
http://yourdomain.com/install
```

Step-by-Step Installation Process

License Verification: Enter your valid Envato license key to proceed. Server Requirements: Ensure all server requirements are met. Folder Permissions: Adjust folder permissions as needed. Database Setup: Provide your database credentials and let the installer handle migrations with demo data. Admin Setup: Enter your desired admin credentials to complete the installation. ##Note If you `do not` want to run migrations and prefer to use an existing `SQL` file for the database:

`Place` your `SQL` file in the `database folder` and name it `database.sql`. The installer will automatically detect and import the database.sql file instead of running migrations.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

Total

4

Last Release

538d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/114849733?v=4)[Tushar Ahmed](/maintainers/devtushar369)[@devtushar369](https://github.com/devtushar369)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hashcode-larainstaller/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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