PHPackages                             iteclab/itec-creator - 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. [Framework](/categories/framework)
4. /
5. iteclab/itec-creator

ActiveLibrary[Framework](/categories/framework)

iteclab/itec-creator
====================

Laravel Web Installer For iteclab

1.0.1.x-dev(2y ago)01MITBladePHP ^7.0.0|^8.0.0

Since Sep 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ITecLabor/itec-creator)[ Packagist](https://packagist.org/packages/iteclab/itec-creator)[ RSS](/packages/iteclab-itec-creator/feed)WikiDiscussions 1.0.1 Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

iteclab Web creator | A Web creator
===================================

[](#iteclab-web-creator--a-web-creator)

- [iteclab Web creator | A Web creator](#iteclab-web-creator--a-web-creator)
    - [About](#about)
    - [Requirements](#requirements)
    - [Installation](#installation)
    - [Routes](#routes)
    - [Usage](#usage)
    - [Folders](#folders)

About
-----

[](#about)

Do you want your clients to be able to install a Laravel project just like they do with WordPress or any other CMS? This Laravel package allows users who don't use Composer, SSH etc to install your application just by following the setup wizard. The current features are :

- Check For Server Requirements.
- Check For Folders Permissions.
- Ability to set database information.
    - .env text editor
    - .env form wizard
- Migrate The Database.
- Seed The Tables.

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

[](#requirements)

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

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

[](#installation)

1. From your projects root folder in terminal run:

```
    composer require iteclab/itec-creator
```

2. Register the package

Register the package with laravel in `config/app.php` under `providers` with the following:

```
	'providers' => [
	    iteclab\itecCreator\Providers\itecCreatorServiceProvider::class,
	];
```

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

```
    php artisan vendor:publish --provider="iteclab\itecCreator\Providers\itecCreatorServiceProvider"
```

Routes
------

[](#routes)

- `/install`

Usage
-----

[](#usage)

- **Install Routes Notes**
    - In order to install your application, go to the `/install` route and follow the instructions.
    - Once the installation has ran the empty file `installed` will be placed into the `/storage` directory. If this file is present the route `/install` will redirect to homepage.

Folders
-------

[](#folders)

FolderFolder Information`public/itecfiles`This folder contains all the asset files, this file is responsible for the styling of your creator, you can overide the default stylesheet `style.css` and add your own.`resources/views/iteclab/creator`This folder contains the HTML code for your creator, it is 100% customizable, give it a look and see how nice/clean it is.

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1020d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/145142236?v=4)[ITecLabor](/maintainers/ITecLabor)[@ITecLabor](https://github.com/ITecLabor)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/iteclab-itec-creator/health.svg)

```
[![Health](https://phpackages.com/badges/iteclab-itec-creator/health.svg)](https://phpackages.com/packages/iteclab-itec-creator)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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