PHPackages                             ayctor/laravel-starter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ayctor/laravel-starter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ayctor/laravel-starter
======================

This package help you to easily setup your project.

1.2.0(5y ago)1338[4 issues](https://github.com/Ayctor/laravel-starter/issues)MITPHPPHP ^7.4

Since Oct 8Pushed 5y ago3 watchersCompare

[ Source](https://github.com/Ayctor/laravel-starter)[ Packagist](https://packagist.org/packages/ayctor/laravel-starter)[ Docs](https://github.com/ayctor/laravel-starter)[ RSS](/packages/ayctor-laravel-starter/feed)WikiDiscussions master Synced today

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

LaravelStarter
==============

[](#laravelstarter)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e0d34ad416db73615967f60587e213890dd62a35d00cc3ab322f0c4c45ffe572/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617963746f722f6c61726176656c2d737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ayctor/laravel-starter)[![Total Downloads](https://camo.githubusercontent.com/b1e36408e4ae0bda93177cf81b1570acf39374f0bb5842d84719516f9b8d80ce/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617963746f722f6c61726176656c2d737461727465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ayctor/laravel-starter)

This package help you to easily setup your project.

Take a look at [contributing.md](contributing.md) to see the todo list.

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

[](#installation)

Via Composer

```
$ composer require --dev ayctor/laravel-starter
```

Usage
-----

[](#usage)

You can install the starter presets with interactive questions.

```
$ php artisan starter:install
```

Or you can install the starter presets with direct options. Check the --help option for the list of available presets.

```
$ php artisan starter:install --auth=fortify --ui=vue,inertia
```

Finally, you can just install the basic starter presets without options and interactive questions.

```
$ php artisan starter:install --no-interaction
```

Presets
-------

[](#presets)

### Basic

[](#basic)

The basic presets contains the following packages:

- [barryvdh/laravel-debugbar](https://github.com/barryvdh/laravel-debugbar)
- [nunomaduro/larastan](https://github.com/nunomaduro/larastan)
- [laravel/telescope](https://github.com/laravel/telescope)
- [squizlabs/php\_codesniffer](https://github.com/squizlabs/php_codesniffer)
- [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss)

And some other stuff like Bitbucket Pipelines config, Gitlab Pipelines config, SVG blade component, eslint, GTM config, etc.

### Admin

[](#admin)

#### Nova

[](#nova)

Make sure you have your **auth.json** file setup with your authentication data.

Check the documentation to customize the default setup:

### Auth

[](#auth)

#### Fortify

[](#fortify)

Check the documentation to customize the default setup:

#### Sanctum

[](#sanctum)

Check the documentation to customize the default setup:

### Tracking

[](#tracking)

#### Bugsnag

[](#bugsnag)

Create your project in Bugsnag and add the given API key into your .env file.

#### Sentry

[](#sentry)

Create your project in Sentry and add the given DSN key into your .env file.

### Backup

[](#backup)

#### Spatie Backup

[](#spatie-backup)

Check the documentation to customize the default setup:

### API

[](#api)

#### GraphQL

[](#graphql)

Check the documentation to customize the default setup:

### UI

[](#ui)

#### Vue

[](#vue)

This preset bring with vue, webpack loader and eslint plugin. You can easily add your components in the resources/js/bootstrap.js file.

### Packages

[](#packages)

#### Spatie Media Library

[](#spatie-media-library)

Check the documentation to install required optimization tools:

Check the documentation to customize the default setup:

#### Spatie Permission

[](#spatie-permission)

Check the documentation to customize the default setup:

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email us instead of using the issue tracker.

Credits
-------

[](#credits)

- [Axel Charpentier](https://github.com/thedevgrizzly)

License
-------

[](#license)

Please see the [license file](license.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~34 days

Total

15

Last Release

1891d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26ac06d64cd8e1e4c188e21478665f2a5f4c28a42c750104d03097af14c6fd39?d=identicon)[axeldotdev](/maintainers/axeldotdev)

---

Tags

laravelsasstailwindnovavuefortifypresetsLaravelStarter

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ayctor-laravel-starter/health.svg)

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

###  Alternatives

[genealabs/laravel-changelog

A Laravel Nova tool.

55250.7k](/packages/genealabs-laravel-changelog)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[datomatic/nova-enum-field

A Laravel Nova PHP 8.1 enum field with filters

20134.2k](/packages/datomatic-nova-enum-field)[marshmallow/nova-tiptap

A Laravel Nova tiptap editor field.

19120.0k2](/packages/marshmallow-nova-tiptap)[devtical/nova-qrcode-field

Nova QR code field

4560.6k2](/packages/devtical-nova-qrcode-field)

PHPackages © 2026

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