-
Notifications
You must be signed in to change notification settings - Fork 8
Description
php app.php configure -vv has error:
• keeper:bundle: syntax error, unexpected 'elements' (T_STRING), expecting '[' at line 10 [27 ms]
After creating sqlite file with proper schema, php app.php user:seed command has error:
[App\Service\Exception\PersistException] Unable to persist entity
And if I run app, i've got:
Spiral\Views\Exception\RenderException: Unable to find Entity role for repository Spiral\Writeaway\Repository\PieceRepository in /var/www/spiral/app-keeper/vendor/spiral/framework/src/Framework/Cycle/RepositoryInjector.php at line 56 • caused by Cycle\ORM\Exception\ORMException: Unable to find Entity role for repository Spiral\Writeaway\Repository\PieceRepository in /var/www/spiral/app-keeper/vendor/spiral/framework/src/Framework/Cycle/RepositoryInjector.php at line 56
Here is full screen:
