cyrildewit / laravel-flow-demo-app

Laravel Flow demo application
2 stars 0 forks source link

How do you install and run this code? #1

Open connecteev opened 5 years ago

connecteev commented 5 years ago

Now sure how to get this working...also does this codebase do something like https://github.com/calebporzio/onboard/?

I went through these installation steps:

git clone https://github.com/cyrildewit/laravel-flow-demo-app.git
composer install
cp .env.example .env
change .env settings to match my DB
php artisan key:generate
php artisan migrate --seed
php artisan serve --port=8000

Go to http://127.0.0.1:8000 - nothing to see here Go to http://127.0.0.1:8000/onboarding/abc - see an error

PHP Fatal error:  Trait 'CyrildeWit\LaravelFlow\Handler\HandlesFlow' not found in /Users/kunalpunjabi/Code/EXPLORATIONS/cyrildewit_laravel_flow_demo_app/app/Http/Controllers/UserOnboarding.php on line 15
cyrildewit commented 5 years ago

Hi @connecteev,

This package is not finished yet. That's why it's not published on packagist.

I use this repository to test the experimental package code and try to shape it with a real world implementation.

cyrildewit commented 5 years ago

Package where I'm talking about: https://github.com/cyrildewit/laravel-flow

connecteev commented 5 years ago

@cyrildewit this sounds amazing and I can't wait to use it. Problem is I need it ASAP :) I'm hoping this wizard package you are working on will be like https://github.com/calebporzio/onboard/ (and more)