You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Error screenshot
The text was updated successfully, but these errors were encountered:
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:
Error screenshot
The text was updated successfully, but these errors were encountered: