OSS Tanbou

Laravel — a PHP web-application skeleton built around the framework

OSS health 81
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
84,950
Primary language
Blade
Repository last updated
Aug 25, 2026

Overview

laravel/laravel is the application skeleton used to start a web application with the Laravel framework. Routing, dependency injection, sessions and caches, Eloquent ORM, migrations, queues, and event broadcasting arrive through its laravel/framework dependency.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Provide a standard application layout and setup-to-development commands

composer.json defines a project skeleton with autoloading for application code, database factories and seeders, and tests. Its setup script installs dependencies, creates the environment file, generates an application key, runs migrations, and builds frontend assets before handing work to an Artisan-centered workflow.

Sources: [2]

For starting PHP web applications within Laravel conventions

It fits teams that prefer an established Laravel ecosystem and default structure over selecting routing, ORM, queues, and caches separately. Official documentation, Laravel Learn, and Laracasts provide learning paths at different levels.

Sources: [1]

Do not confuse the application skeleton with the framework implementation

Most framework implementation lives in the separate laravel/framework repository; this repository is the starter project that requires it. The current 13.x branch requires PHP ^8.3 and laravel/framework ^13.17. composer.json declares MIT and the README describes the framework as MIT, but upgrades still need review across both the skeleton and framework versions.

Sources: [1][2]

Official sources

  1. [1]Laravel application skeleton README(2026-09-13)
  2. [2]Laravel application skeleton composer.json(2026-09-13)
Supplemental curator note

Selected for concentrating stars on the starter repository while development lives in a separate framework repository, with a notable licensing-metadata gap.

Growth

Growth trends · Last 30 days

84,950 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
6
Open PRs
1

Development activity is still being collected.

Built with

Categories and tags

Categories

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • php
  • framework
  • laravel
Stars
84,950
Forks
24,872
Watchers
4,404
Open issues
0
Primary language
Blade
Repository last updated
Aug 25, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Laravel application skeleton versus framework | OSS Tanbou