PHPackages                             edalzell/laravel-features - 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. edalzell/laravel-features

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

edalzell/laravel-features
=========================

This is my package laravel-features

v0.3.1(2mo ago)17453[1 PRs](https://github.com/edalzell/laravel-features/pulls)MITPHPPHP ^8.3CI passing

Since Oct 25Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/edalzell/laravel-features)[ Packagist](https://packagist.org/packages/edalzell/laravel-features)[ Docs](https://github.com/edalzell/laravel-features)[ RSS](/packages/edalzell-laravel-features/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (13)Versions (7)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b3c08c5ec288b81e31324449259b63359602f566c2193fbd2601871f82afa4da/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6564616c7a656c6c2f6c61726176656c2d66656174757265732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edalzell/laravel-features)[![GitHub Tests Action Status](https://camo.githubusercontent.com/00fdd94690f8435169d2f353f89e80f008a476d328f6c7e37f57a04bbda71132/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6564616c7a656c6c2f6c61726176656c2d66656174757265732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/edalzell/laravel-features/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/66d428efd15a92638560685ff02db71063bc545fc6889ccb675f477db9637d87/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6564616c7a656c6c2f6c61726176656c2d66656174757265732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/edalzell/laravel-features/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ea549e3b760cfa37af70e016ac5c22b2f57e289b9dc229b881d8e13b4776f103/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6564616c7a656c6c2f6c61726176656c2d66656174757265732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/edalzell/laravel-features)

Add self-contained features to your Laravel app, including all resources/routes/etc.

```
.
└── app/
...
└── features/
  │   └── MyGreatFeature/
  │       ├── database/
  │       │   ├── factories
  │       │   ├── migrations
  │       │   └── seeders
  │       ├── resources
  │       ├── routes
  │       └── src/
  │           ├── Models
  │           ├── ...
  │           └── ServiceProvider.php
```

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

[](#installation)

You can install the package via composer:

```
composer require edalzell/laravel-features
```

Usage
-----

[](#usage)

To add a feature to your app:

```
php artisan make:feature MyGreatFeature
```

This will create an empty (but necessary) service provider that autoloads/registers migrations, routes, &amp; views and properly namespaces your factories, seeders and code.

If you want to add a feature manually, or convert something you already have into a feature:

- create an `features/YourFeature` folder
- create a `ServiceProvider` that extends `FeatureServiceProvider`.
- add a `pre-autoload-dump` script to your `composer.json`:

```
"pre-autoload-dump": [
    "Edalzell\\Features\\Composer\\FeatureNamespaces::add"
]

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance87

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.9% 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

Every ~28 days

Total

5

Last Release

84d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85ea2872499207e557751841b622e1c655c1ea9b56c6bced58686926f0e0fd17?d=identicon)[edalzell](/maintainers/edalzell)

---

Top Contributors

[![edalzell](https://avatars.githubusercontent.com/u/6069653?v=4)](https://github.com/edalzell "edalzell (53 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")

---

Tags

laravellaravel-featuresErin Dalzell

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/edalzell-laravel-features/health.svg)

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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