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.
Official sources
- [1]Laravel application skeleton README(2026-09-13)
- [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
Explore next
- React250,097 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Vue 2212,485 Stars
The legacy Vue repository, EOL since the end of 2023 and directing users to Vue 3.
TypeScript - Bootstrap174,775 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX - Next.js142,264 Stars
Vercel's framework for building full-stack web applications by extending React.
JavaScript - FastAPI102,293 Stars
A Python web framework that derives validation, OpenAPI, and interactive API docs from type hints.
Python
Report incorrect information
Tell us if any listing information is incorrect or outdated.