PHPackages                             jewei/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. [Framework](/categories/framework)
4. /
5. jewei/laravel-skeleton

ActiveProject[Framework](/categories/framework)

jewei/laravel-skeleton
======================

The skeleton application for the Laravel framework.

1.3.1(1y ago)130MITBladePHP ^8.3CI passing

Since Aug 11Pushed 1y ago1 watchersCompare

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

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

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

[](#laravel-skeleton)

[![Laravel](https://camo.githubusercontent.com/3d9c6b5ae9bf4a266a0111ab622c86271130f96e4fd3062a0a44d8ad66cae46c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322e782d4646324432303f6c6f676f3d6c61726176656c)](https://laravel.com)[![PHP](https://camo.githubusercontent.com/d7c4f27dd0348b109205b0fc7e563091cecc355551565680ddeac0febed65b11/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332b2d3737374242343f6c6f676f3d706870)](https://php.net)[![Livewire](https://camo.githubusercontent.com/217a05d6394f90953e99e3b818aa1b410dfb96fcf683ca010c111b4618271f56/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c697665776972652d466c75782d4642373041393f6c6f676f3d6c69766577697265)](https://livewire.laravel.com)[![Tailwind CSS](https://camo.githubusercontent.com/76d2522253e252ef0936c29fc973b6e96fcb83465e57ff550110cf0c5a705b38/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5461696c77696e642d342e782d3338423241433f6c6f676f3d7461696c77696e642d637373)](https://tailwindcss.com)[![License](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](LICENSE)

[![Tests](https://github.com/jewei/laravel-skeleton/actions/workflows/tests.yml/badge.svg)](https://github.com/jewei/laravel-skeleton/actions/workflows/tests.yml)[![Static analysis](https://github.com/jewei/laravel-skeleton/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/jewei/laravel-skeleton/actions/workflows/static-analysis.yml)

Start a new PHP project by scaffolding a Laravel, Livewire, and Tailwind CSS. It combines the latest technologies and best practices.

🚀 Features
----------

[](#-features)

- User authentication and authorization
- Profile management and customization
- Appearance themes and settings
- Responsive design across all devices
- Modern UI with Tailwind CSS
- Real-time interactions with Livewire Flux
- Secure user authentication flow

🔧 Tooling
---------

[](#-tooling)

- Github Action workflow
    - run tests
    - static analysis
    - code formatting fix
- Eloquent:
    - Unguard
    - Strict mode
    - Automatically eagerLoad relationships
- Pest Testing:
    - Architecture testing
    - LazilyRefreshDatabase
    - HTTP Client: Prevents stray requests
- Pint: Styling with Laravel preset
- Rector: Laravel upgrade rules set
- Middlewares: Collection of useful middlewares
- Deployment script
- Cursor rules

📖 Usage
-------

[](#-usage)

Scaffold the Laravel app via composer:

```
composer create-project jewei/laravel-skeleton
```

Start the development server:

```
composer dev
```

Run the test suite:

```
composer test
```

Fix code style issues:

```
composer fix
```

🛠️ Tall Stack
-------------

[](#️-tall-stack)

- **Backend:** PHP 8.3, Laravel 12
- **Frontend:** Livewire Flux, Tailwind CSS 4
- **Development:** Vite, Pint, Rector, PHPStan
- **Testing:** Pest PHP, Peck

📋 Requirements
--------------

[](#-requirements)

- PHP 8.3+
- Composer
- NPM or preferably Bun
- PostgreSQL/SQLite

What's next?
------------

[](#whats-next)

1. Update this file README.md to reflect your new project.
2. Find out more on Laravel's documentation about [next step](https://laravel.com/docs/master#next-steps).

🙏 Acknowledgements
------------------

[](#-acknowledgements)

- [Laravel](https://laravel.com) - The web framework used
- [Livewire](https://livewire.laravel.com) - Full-stack framework for Laravel
- [Tailwind CSS](https://tailwindcss.com) - CSS framework
- [Pest PHP](https://pestphp.com) - Testing framework
- [Peck](https://peckphp.com) - Additional testing tools
- All contributors who have helped shape this project

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance45

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Recently: every ~154 days

Total

7

Last Release

433d ago

PHP version history (2 changes)1.0.0PHP ^8.2

1.2.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51693?v=4)[Jewei Mak](/maintainers/jewei)[@jewei](https://github.com/jewei)

---

Top Contributors

[![jewei](https://avatars.githubusercontent.com/u/51693?v=4)](https://github.com/jewei "jewei (53 commits)")

---

Tags

laravellivewirestarter-kitslaravelSkeleton

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3991.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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