PHPackages                             awcodes/jump-start - 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. awcodes/jump-start

ActiveProject[Framework](/categories/framework)

awcodes/jump-start
==================

A custom starter kit for Laravel development, with defaults I like.

v1.0.0(3w ago)02MITBladePHP ^8.3CI passing

Since May 14Pushed 3w agoCompare

[ Source](https://github.com/awcodes/jump-start)[ Packagist](https://packagist.org/packages/awcodes/jump-start)[ RSS](/packages/awcodes-jump-start/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (15)Versions (2)Used By (0)

Jump Start
==========

[](#jump-start)

A custom starter kit for Laravel development, with defaults I like.

[![MIT Licensed](https://camo.githubusercontent.com/a7e65aee57b11d28e4caff8b945729a66be0bb663f7f93bd24c5aa65699f148e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

Installation
------------

[](#installation)

```
laravel new  --using=awcodes/jump-start --no-interaction
```

After installation, cd into the project and run:

```
npm install && npm run build

php artisan db:seed
```

Boost
-----

[](#boost)

If you need to change any of the Boost configurations, you can re-run the Boost installer with:

```
php artisan boost:install
```

Includes
--------

[](#includes)

- Laravel 13
- Tailwind CSS
- Pint
- Pest
- Rector
- Laravel Debugbar
- Spatie Ray
- Larastan
- Laravel Boost

Tests
-----

[](#tests)

There are some test commands available via composer scripts.

```
# Runs Pint to lint the codebase
composer lint

# Runs Rector to refactor the codebase
composer refactor

# Runs Pint in test mode to check for linting issues without fixing them
composer test:lint

# Runs Rector in dry-run mode to check for refactoring issues without applying changes
composer test:refactor

# Runs PHPStan to analyze the code for type issues
composer test:types

# Runs Pest to execute unit tests in parallel
composer test:unit

# Runs a series of tests including config clear, Rector dry-run, Pint test, PHPStan, and Pest unit tests
composer test
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

26d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3596800?v=4)[Adam Weston](/maintainers/awcodes)[@awcodes](https://github.com/awcodes)

---

Top Contributors

[![awcodes](https://avatars.githubusercontent.com/u/3596800?v=4)](https://github.com/awcodes "awcodes (3 commits)")

---

Tags

laravelstarter-kitframeworklaravelawcodes

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/awcodes-jump-start/health.svg)

```
[![Health](https://phpackages.com/badges/awcodes-jump-start/health.svg)](https://phpackages.com/packages/awcodes-jump-start)
```

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.4k62.4M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/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.

3861.7k](/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.

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

PHPackages © 2026

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