andaniel05/laravel-flows

Support for andaniel05/flows in laravel

Maintainers

Package info

github.com/andaniel05/laravel-flows

pkg:composer/andaniel05/laravel-flows

Transparency log

Fund package maintenance!

andaniel05

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-08-27 12:30 UTC

This package is auto-updated.

Last update: 2026-08-27 12:38:06 UTC


README

Laravel Flows

Packagist PHP from Packagist Laravel versions GitHub Workflow Status (main) Total Downloads

Support for andaniel05/flows in laravel

Installation

You can install the package via Composer:

composer require andaniel05/laravel-flows

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="laravel-flows"

Or, you may publish each resource individually:

Publishing the Configuration File

php artisan vendor:publish --tag="laravel-flows-config"

Publishing and Running the Migrations

php artisan vendor:publish --tag="laravel-flows-migrations"
php artisan migrate

Publishing the Views

php artisan vendor:publish --tag="laravel-flows-views"

Publishing the Translations

php artisan vendor:publish --tag="laravel-flows-lang"

Publishing the Public Assets

php artisan vendor:publish --tag="laravel-flows-assets"

Usage

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Laravel Flows! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Laravel Flows is open-sourced software licensed under the MIT license.