PHPackages                             sebastiaanluca/laravel-presets - 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. sebastiaanluca/laravel-presets

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

sebastiaanluca/laravel-presets
==============================

Various plug-and-play presets to scaffold your existing project.

3241PHP

Since Sep 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sebastiaanluca/laravel-presets)[ Packagist](https://packagist.org/packages/sebastiaanluca/laravel-presets)[ RSS](/packages/sebastiaanluca-laravel-presets/feed)WikiDiscussions develop Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (1)

Laravel Preset
==============

[](#laravel-preset)

[![Latest stable release](https://camo.githubusercontent.com/3d94cf22a8480f37ca756575fe068c92162a03baa54d83d4f4c53eb84b8d677b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365626173746961616e6c7563612f6c61726176656c2d707265736574732e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/sebastiaanluca/laravel-presets)[![Software license](https://camo.githubusercontent.com/08662bb339bee903c7279b82f3217310d3f196fdfa63b019d294ae85e1a5d7d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d696e666f726d6174696f6e616c2e737667)](LICENSE.md)[![Build status](https://camo.githubusercontent.com/492c7e956cf83fb4cc534aa42ced2e1c8b73fe7562efaf7809e4681dcd66dd17/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7365626173746961616e6c7563612f6c61726176656c2d707265736574732f6d61737465722e737667)](https://travis-ci.org/sebastiaanluca/laravel-presets)[![Total downloads](https://camo.githubusercontent.com/76cf84aca58d7e852aa4920821eda893981dbd1f3bfc248b6c90f8a028f17c10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365626173746961616e6c7563612f6c61726176656c2d707265736574732e7376673f636f6c6f723d627269676874677265656e)](https://packagist.org/packages/sebastiaanluca/laravel-presets)[![Total stars](https://camo.githubusercontent.com/d546b464382264d0853dd2a659be13da63d73915fceb39b464b45da4bb0ad079/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7365626173746961616e6c7563612f6c61726176656c2d707265736574732e7376673f636f6c6f723d627269676874677265656e)](https://github.com/sebastiaanluca/laravel-presets)

[![Read my blog](https://camo.githubusercontent.com/0760b582e22202bd412feb64f5f87b6459f64a0b8ea5fdd24cbadf87df736177/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e6b2d626c6f672d6c69676874677265792e737667)](https://blog.sebastiaanluca.com)[![View my other packages and projects](https://camo.githubusercontent.com/5ce3a83ee0ec2b4ae47a99f67347c1d8e78582757eca80fe31c98e5bd0e2185a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e6b2d6f746865725f7061636b616765732d6c69676874677265792e737667)](https://packagist.org/packages/sebastiaanluca)[![Follow @sebastiaanluca on Twitter](https://camo.githubusercontent.com/bde346ed8efc8b2458386b36256c64e3fe010276f449b80fe4f663c4c8bbd83e/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f7365626173746961616e6c7563612e7376673f7374796c653d736f6369616c)](https://twitter.com/sebastiaanluca)[![Share this package on Twitter](https://camo.githubusercontent.com/cb820a0ecc9645168e33b03925d7f14691262ddbaeaf66a0a91697803d0cba2d/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f687474702f736869656c64732e696f2e7376673f7374796c653d736f6369616c)](https://twitter.com/home?status=https%3A//github.com/sebastiaanluca/laravel-presets%20via%20%40sebastiaanluca)

**An opinionated preset for your Laravel applications.**

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

[](#requirements)

- PHP 7.3 or higher
- Laravel 6.0 or higher

Looking for support for earlier versions? Try out any of the previous package versions.

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

[](#installation)

**Note:** you should run this on a fresh installation of Laravel.

You can install the package via composer:

```
composer require --dev sebastiaanluca/laravel-presets
```

Usage
-----

[](#usage)

```
php artisan preset sebastiaanluca:api
php artisan preset sebastiaanluca:auth
```

License
-------

[](#license)

This package operates under the MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.

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

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
composer install
composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Sebastiaan Luca](https://github.com/sebastiaanluca)
- [All Contributors](../../contributors)

About
-----

[](#about)

My name is Sebastiaan and I'm a freelance Laravel developer specializing in building custom Laravel applications. Check out my [portfolio](https://www.sebastiaanluca.com) for more information, [my blog](https://blog.sebastiaanluca.com) for the latest tips and tricks, and my other [packages](https://packagist.org/packages/sebastiaanluca) to kick-start your next project.

Have a project that could use some guidance? Send me an e-mail at !

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

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://avatars.githubusercontent.com/u/711940?v=4)[Sebastiaan Luca](/maintainers/sebastiaanluca)[@sebastiaanluca](https://github.com/sebastiaanluca)

---

Top Contributors

[![sebastiaanluca](https://avatars.githubusercontent.com/u/711940?v=4)](https://github.com/sebastiaanluca "sebastiaanluca (35 commits)")

---

Tags

laravelpresetscaffoldsetup

### Embed Badge

![Health badge](/badges/sebastiaanluca-laravel-presets/health.svg)

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

###  Alternatives

[hryvinskyi/magento2-deferjs

N/A

1430.1k](/packages/hryvinskyi-magento2-deferjs)[lasselehtinen/laravel-conventions-checker

grumphp config to automatically check conventions for Laravel projects

2210.4k4](/packages/lasselehtinen-laravel-conventions-checker)[omar-haris/filament-timezone-field

A Laravel Filament component that enables users to choose a specific timezone grouped by regions, with support for multiple languages.

1613.5k1](/packages/omar-haris-filament-timezone-field)[open-afghanistan/provinces

Afghanistan provinces laravel package

101.0k](/packages/open-afghanistan-provinces)

PHPackages © 2026

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