PHPackages                             alangiacomin/laravel-template - 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. alangiacomin/laravel-template

ActiveProject[Framework](/categories/framework)

alangiacomin/laravel-template
=============================

The skeleton application for the Laravel framework.

03PHP

Since Apr 23Pushed 2mo agoCompare

[ Source](https://github.com/alangiacomin/laravel-template)[ Packagist](https://packagist.org/packages/alangiacomin/laravel-template)[ RSS](/packages/alangiacomin-laravel-template/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Template
================

[](#laravel-template)

Personal Laravel template designed to kick off new projects with a consistent technical foundation, ready for development.

Why this template
-----------------

[](#why-this-template)

- Reduces the bootstrap time for a new project.
- Provides a modern Laravel stack with Inertia + React + TypeScript.
- Includes preconfigured tooling for local development, builds, and testing.

Included stack
--------------

[](#included-stack)

- Laravel 13
- PHP 8.4
- Inertia.js (server + React client)
- Vite
- TypeScript
- Reverb (websocket)
- PHPUnit + Laravel Pint
- Bun/NPM for frontend dependencies

Requirements
------------

[](#requirements)

- PHP `^8.4`
- Composer
- Bun (recommended) or NPM
- Local database (e.g. SQLite, MySQL, or PostgreSQL)

Quick start
-----------

[](#quick-start)

```
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
bun install
bun run build
php artisan serve
```

Useful commands
---------------

[](#useful-commands)

```
# full development environment (server, queue, reverb, vite)
composer run dev

# frontend only
bun run dev
bun run build

# test
composer test
composer test-coverage

# code style
./vendor/bin/pint
```

Project structure (high-level)
------------------------------

[](#project-structure-high-level)

- `app/` application logic
- `routes/` route definitions
- `resources/` frontend (React/TS, views, and assets)
- `config/` configuration files
- `database/` migrations, factories, and seeders
- `tests/` test suite

Documentation
-------------

[](#documentation)

- Full setup: [`docs/setup.md`](docs/setup.md)
- Development workflow: [`docs/development.md`](docs/development.md)

Contributing
------------

[](#contributing)

If this template is used by a team, you can add a `CONTRIBUTING.md` file with PR/branching rules.

License
-------

[](#license)

This project is released under the [MIT](https://opensource.org/licenses/MIT) license.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance57

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/95d49a3ef17b54fac1a8f1ede61307c4a08db641d25117f0884cade11d48d935?d=identicon)[alan.giacomin](/maintainers/alan.giacomin)

---

Top Contributors

[![alangiacomin](https://avatars.githubusercontent.com/u/1441552?v=4)](https://github.com/alangiacomin "alangiacomin (2 commits)")

### Embed Badge

![Health badge](/badges/alangiacomin-laravel-template/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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