PHPackages                             huenisys/start - 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. huenisys/start

ActiveLaravel[Framework](/categories/framework)

huenisys/start
==============

starter package for Laravel 5.5

0.0.2(8y ago)026MITPHPPHP &gt;=7.0.0

Since Sep 3Pushed 8y agoCompare

[ Source](https://github.com/huenisys/start)[ Packagist](https://packagist.org/packages/huenisys/start)[ RSS](/packages/huenisys-start/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

huenisys/start
==============

[](#huenisysstart)

This package guides you in getting your Laravel 5.5 site started

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

[](#installation)

- $ `composer require "huenisys/start"`
- For development, use autoload-dev instead

```
"autoload-dev": {
    "psr-4": {
        "Tests\\": "tests/",
        "Huenisys\\Start\\": "../laravel-packages/huenisys/start/src"
    }
},

```

- add provider: `Huenisys\Start\StartServiceProvider::class,`

Steps
-----

[](#steps)

- Clone the laravel repo. Consider using the provided binary: $ `laravel new l55.site`
- Create per project Homestead:
- $ `composer require "laravel/homestead"`
- $ `php vendor/bin/homestead make` or $ `vendor\\bin\\homestead make`
- Setup the dev machine like what's shown in resources/Homestead.yaml
- Install composer packages: $ `composer install`
- Install node modules: $ `npm install`
- Setup a database: $ `art vendor:publish --tag=start-sqdb`

Notes
-----

[](#notes)

- laravel-packages directory is used to ease up package development
- During development, we just do autoload them. Take for example huenisys/tpl entry below. All we're doing is using relative paths to keep the package accessible without cluttering the git history

```
"autoload-dev": {
    "psr-4": {
        "Tests\\": "tests/",
        "Huenisys\\Tpl\\": "../laravel-packages/huenisys/tpl/src"
    }
},

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

3174d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e92cab60b244eeea33acb1155545f4968618f321d55d47cea244cee06b9be6f3?d=identicon)[huenisys](/maintainers/huenisys)

---

Top Contributors

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

---

Tags

laravelinitialization package

### Embed Badge

![Health badge](/badges/huenisys-start/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/sail

Docker files for running a basic Laravel application.

1.9k186.9M1.0k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)

PHPackages © 2026

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