PHPackages                             l5starter/core - 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. l5starter/core

ActiveLaravel-package[Framework](/categories/framework)

l5starter/core
==============

Laravel 5 Starter, Package Core

5.5.x-dev(8y ago)01463MIT

Since Sep 5Compare

[ Source](https://github.com/l5starter/core)[ Packagist](https://packagist.org/packages/l5starter/core)[ Docs](http://www.srisattha.com)[ RSS](/packages/l5starter-core/feed)WikiDiscussions Synced yesterday

READMEChangelogDependencies (3)Versions (6)Used By (3)

L5Starter\\Core
===============

[](#l5startercore)

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

[](#installation)

In order to install Laravel 5, just add

```
"l5starter/core": "5.4.x-dev"
```

to your composer.json. Then run `composer install` or `composer update`.

Then in your `config/app.php` add in `providers`

```
Prettus\Repository\Providers\RepositoryServiceProvider::class,
Laracasts\Flash\FlashServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
L5Starter\Core\CoreServiceProvider::class,
```

and add in `aliases`

```
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
'Flash' => Laracasts\Flash\Flash::class,
```

Publish Configuration

```
$ php artisan vendor:publish --provider="L5Starter\Core\CoreServiceProvider"
```

Running Authentication Quickstart

```
$ php artisan make:auth
```

Running Migrations

```
$ php artisan migrate
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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

Total

4

Last Release

3107d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/59a8633ab4e7dc08a5abfb442079d893d18db1df14430b360a6c3d5f63aa4370?d=identicon)[wiwatsrt](/maintainers/wiwatsrt)

---

Top Contributors

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

---

Tags

laravelstarter

### Embed Badge

![Health badge](/badges/l5starter-core/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k169.0k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.4k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[lms-laravel/lms-laravel

The Laravel Framework.

4931.8k](/packages/lms-laravel-lms-laravel)

PHPackages © 2026

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