set of wrapper class for laraflow apps
You can install the package via composer:
composer require laraflow/coreYou can publish and run the migrations with:
php artisan vendor:publish --tag="laraflow-migrations"
php artisan migrateYou can publish the config file with:
php artisan vendor:publish --tag="laraflow-config"This is the contents of the published config file:
return [
];Optionally, you can publish the views using
php artisan vendor:publish --tag="laraflow-views"$laraflow = new Laraflow\Core();
echo $laraflow->echoPhrase('Hello, Laraflow!');composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.