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 1mo ago

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

26

—

LowBetter than 43% of packages

Maintenance41

Moderate activity, may be stable

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

493d ago

### Community

Maintainers

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

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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