Replies: 1 comment
-
Well, It's worked when I replaced double slashes with 1 slash in command So, you can close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm following
writing your first project
instructions and when I run :php artisan event-sourcing:replay App\\Projectors\\TransactionCountProjector
I'll get below error :
Projector App\\Projectors\\TransactionCountProjector not found. Did you register it?
I'm following tutorial from your website base on a new fresh Laravel project. here's the project info:
Laravel Version : 8.40
PHP : 8.0
laravel-event-sourcing : 5.0.4
When I've created the new Laravel project, PHP version was 7 or 8 as default, and when I install your package, installed package was 4.5 I guess, so I thought there's version issue since I've installed latest version of Laravel, but it wasn't.
So far, I've tried :
Links :
Also publish commands for config and migrations in installation pages are not working. I've installed them with php artisan vendor:publish
Beta Was this translation helpful? Give feedback.
All reactions