PHPackages                             sebastiaanluca/laravel-resource-flow - 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. [Database &amp; ORM](/categories/database)
4. /
5. sebastiaanluca/laravel-resource-flow

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

sebastiaanluca/laravel-resource-flow
====================================

Quickly scaffold access to a resource.

0.7.5(6y ago)12.5k1MITPHPPHP ^7.2

Since Jul 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sebastiaanluca/laravel-resource-flow)[ Packagist](https://packagist.org/packages/sebastiaanluca/laravel-resource-flow)[ Docs](https://github.com/sebastiaanluca/laravel-resource-flow)[ RSS](/packages/sebastiaanluca-laravel-resource-flow/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (5)Versions (18)Used By (1)

An opinionated flow to quickly scaffold access to a resource or action
======================================================================

[](#an-opinionated-flow-to-quickly-scaffold-access-to-a-resource-or-action)

[![Latest stable release](https://camo.githubusercontent.com/5813a5ee03c1d46e0ab18fa392f0cf0b91b8ef645a0082c51c10417cc4ab7737/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7365626173746961616e6c7563612f6c61726176656c2d7265736f757263652d666c6f77732e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/sebastiaanluca/laravel-resource-flows)[![Software license](https://camo.githubusercontent.com/08662bb339bee903c7279b82f3217310d3f196fdfa63b019d294ae85e1a5d7d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d696e666f726d6174696f6e616c2e737667)](LICENSE.md)[![Build status](https://camo.githubusercontent.com/f275359601bf79547d9fc7e31b980c1f0f0547f178e1c50cb57f2774ed9f5762/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7365626173746961616e6c7563612f6c61726176656c2d7265736f757263652d666c6f77732f6d61737465722e737667)](https://travis-ci.org/sebastiaanluca/laravel-resource-flows)[![Total downloads](https://camo.githubusercontent.com/cb5213d3ac05a741bd369ece4b7e069508b401f0fd438bf78fd5e26b50d674ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7365626173746961616e6c7563612f6c61726176656c2d7265736f757263652d666c6f77732e7376673f636f6c6f723d627269676874677265656e)](https://packagist.org/packages/sebastiaanluca/laravel-resource-flows)[![Total stars](https://camo.githubusercontent.com/9da712a4131d4ebaf5c4c0ec957b86189690f54fabc43d9a26d54eb5c7f80c2b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7365626173746961616e6c7563612f6c61726176656c2d7265736f757263652d666c6f77732e7376673f636f6c6f723d627269676874677265656e)](https://github.com/sebastiaanluca/laravel-resource-flows)

[![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/intent/tweet?text=Quickly%20scaffold%20access%20to%20a%20resource%20or%20action%20with%20Laravel%20Resource%20Flow.%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/laravel-resource-flow)

Table of contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [How to install](#how-to-install)
- [How to use](#how-to-use)
- [License](#license)
- [Change log](#change-log)
- [Testing](#testing)
- [Contributing](#contributing)
- [Security](#security)
- [Credits](#credits)
- [About](#about)

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

[](#requirements)

- PHP 7.2 or higher
- Laravel 5.8 or higher

How to install
--------------

[](#how-to-install)

Just add the package to your project using composer and you're good to go!

```
composer require sebastiaanluca/laravel-resource-flow
```

How to use
----------

[](#how-to-use)

TODO

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 back-end 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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Every ~53 days

Recently: every ~3 days

Total

16

Last Release

2430d ago

PHP version history (2 changes)0.1.0PHP ^7.1

0.2.0PHP ^7.2

### 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 (154 commits)")

---

Tags

controllereloquentflowlaravelmigrationmodelmoduleresourcerouterouterscaffoldvalidatorrequestlaravelmigrationroutermodeleloquenthandlerresourceviewmodulecontrollerrouteflow

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[jedrzej/searchable

Searchable trait for Laravel's Eloquent models - filter your models using request parameters

127259.1k5](/packages/jedrzej-searchable)[jedrzej/sortable

Sortable trait for Laravel's Eloquent models - sort your models using request parameters

54261.0k1](/packages/jedrzej-sortable)

PHPackages © 2026

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