PHPackages                             hesto/laravel-basis - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hesto/laravel-basis

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hesto/laravel-basis
===================

A bootstrap package for initial setup a new laravel application.

v1.0.6(9y ago)055MITPHPPHP &gt;=5.5.0

Since Sep 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Hesto/laravel-basis)[ Packagist](https://packagist.org/packages/hesto/laravel-basis)[ RSS](/packages/hesto-laravel-basis/feed)WikiDiscussions master Synced today

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

During development
==================

[](#during-development)

Hesto Laravel Basis
===================

[](#hesto-laravel-basis)

- `basis:env`
- `basis:dependencies`
- `basis:register`
- `basis:install`

Requirements
============

[](#requirements)

- fresh laravel 5.3 project
- database must exists before

Usage
=====

[](#usage)

Install once per computer
-------------------------

[](#install-once-per-computer)

```
composer global require hesto/laravel-setup

```

Every project
-------------

[](#every-project)

```
cd your_project_path
composer require hesto/laravel-basis

```

Add your new provider to the `providers` array of `config/app.php`:

```
  'providers' => [
      // ...
      Hesto\LaravelBasis\BasisServiceProvider::class,
      // ...
  ],
```

Use `laravel-setup {guard}`. Example:

```
laravel-setup admin

```

Quick
-----

[](#quick)

```
composer require hesto/laravel-basis
e config/app.php
Hesto\LaravelBasis\BasisServiceProvider::class,
laravel-setup admin

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~21 days

Total

7

Last Release

3493d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/585fea021c5d2840a3a843dd8bf6cc67942d0224c37acb3044de346eed3a18fc?d=identicon)[Hesto](/maintainers/Hesto)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hesto-laravel-basis/health.svg)

```
[![Health](https://phpackages.com/badges/hesto-laravel-basis/health.svg)](https://phpackages.com/packages/hesto-laravel-basis)
```

###  Alternatives

[markrogoyski/ipv4-subnet-calculator

Network calculator for subnet mask and other classless (CIDR) network information.

175839.3k13](/packages/markrogoyski-ipv4-subnet-calculator)[zf-commons/zfc-base

A set of genetic (abstract) classes which are commonly used across multiple modules.

1441.1M25](/packages/zf-commons-zfc-base)[paragonie/easy-ecc

Usabiliy Wrapper for mdanter/ecc

47673.3k13](/packages/paragonie-easy-ecc)

PHPackages © 2026

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