PHPackages                             sebastiaanluca/laravel-skeleton - 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. [Templating &amp; Views](/categories/templating)
4. /
5. sebastiaanluca/laravel-skeleton

AbandonedArchivedProject[Templating &amp; Views](/categories/templating)

sebastiaanluca/laravel-skeleton
===============================

An opinionated fresh Laravel project to help you get started.

1.0.0(6y ago)110[15 PRs](https://github.com/sebastiaanluca/laravel-skeleton/pulls)MITPHPPHP ^7.3

Since Nov 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/sebastiaanluca/laravel-skeleton)[ Packagist](https://packagist.org/packages/sebastiaanluca/laravel-skeleton)[ Docs](https://github.com/sebastiaanluca/laravel-skeleton)[ RSS](/packages/sebastiaanluca-laravel-skeleton/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependencies (51)Versions (18)Used By (0)

Laravel Skeleton
================

[](#laravel-skeleton)

**An opinionated fresh Laravel project to help you get started.**

Notes
-----

[](#notes)

### Redis

[](#redis)

This project uses PhpRedis which is 6x faster than the previously default Predis, but it does require you to install the PECL package first (see ).

### Horizon

[](#horizon)

Be sure to check `\Modules\Horizon\Providers\HorizonServiceProvider` and update the `viewHorizon` auth gate to determine can or cannot view Horizon in production.

### Telescope

[](#telescope)

Be sure to check `\Modules\Telescope\Providers\TelescopeServiceProvider` and update the `viewTelescope` auth gate to determine can or cannot view Telescope in production.

### Timezones

[](#timezones)

All dates and times are stored and returned in the UTC timezone.

If you need to store a date/time inputted by the user:

```
$model->published_at = Carbon::fromDisplayTimezone($request->published_at);
```

If you need to return a localized date/time:

```
$model->created_at->toDisplayTimezone()->isoFormat('LLLL');
```

### GitHub workflow

[](#github-workflow)

Rename the `.github/workflows/deploy.yml.example` file to `deploy.yml` to enable GitHub workflow testing and automatic deploys to Vapor.

### Vapor

[](#vapor)

This skeleton project has an `vapor.yml.example` file you can rename to `vapor.yml` to get started.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Unknown

Total

1

Last Release

2383d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/711940?v=4)[Sebastiaan Luca](/maintainers/sebastiaanluca)[@sebastiaanluca](https://github.com/sebastiaanluca)

---

Top Contributors

[![sebastiaanluca](https://avatars.githubusercontent.com/u/711940?v=4)](https://github.com/sebastiaanluca "sebastiaanluca (103 commits)")

---

Tags

domaininterfaceslaravelmodulesprojectskeletonlaraveltemplate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sebastiaanluca-laravel-skeleton/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[bytefury/crater

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)

PHPackages © 2026

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