issues
search
yiisoft
/
demo
Yii 3 demo application
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
318
stars
134
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Input hydrator (tmp)
#581
vjik
closed
1 year ago
1
Update .styleci.yml
#580
vjik
closed
1 year ago
1
Attribute routes example
#579
xepozz
opened
1 year ago
2
Set up crontab for certbot renew
#578
xepozz
closed
1 year ago
0
[WIP] Temporal demo
#577
xepozz
opened
1 year ago
0
Js panel example
#576
xepozz
opened
1 year ago
0
SSR panel example
#575
xepozz
opened
1 year ago
0
Fix working directory for blog build
#574
rustamwin
closed
1 year ago
4
it seem the url parameter can be removed?
#573
TiaNex-Com
opened
1 year ago
2
Restructure blog-api
#572
xepozz
opened
1 year ago
0
Adapt `SubFolder` middleware changes
#571
rustamwin
closed
1 year ago
0
New structure of configs
#570
vjik
closed
1 year ago
0
Fix psalm
#569
vjik
opened
1 year ago
0
PHP Fatal Error — Yiisoft\ErrorHandler\Exception\ErrorException Class App\Widget\FlashMessage contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Yiisoft\Widget\Widget::render)
#568
rossaddison
closed
1 year ago
3
Composer install error
#567
Fluit
closed
1 year ago
1
Update blog
#566
rustamwin
closed
1 year ago
1
update links
#565
Arhell
closed
1 year ago
1
update links
#564
Arhell
closed
1 year ago
0
Add autoload-dev
#563
xepozz
closed
1 year ago
0
PHP Fatal Error — Yiisoft\ErrorHandler\Exception\ErrorException Class Yiisoft\Yii\Cycle\Data\Reader\EntityReader contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Yiisoft\Data\Reader\FilterableDataInterface::withFilterHandlers)
#562
rossaddison
closed
1 year ago
6
Update OffsetPagination.php
#561
rossaddison
closed
1 year ago
2
Update blog deps
#560
rustamwin
closed
1 year ago
1
PHP Compile Error — Yiisoft\ErrorHandler\Exception\ErrorException Declaration of Yiisoft\Yii\Cycle\Data\Reader\EntityReader::withLimit(int $limit): Yiisoft\Yii\Cycle\Data\Reader\EntityReader must be compatible with Yiisoft\Data\Reader\ReadableDataInterface::withLimit(int $limit): Composer\Autoload\ClassLoader
#559
rossaddison
closed
1 year ago
3
could some body release a zip file with the installed vendor folder?
#558
wudimei
closed
1 year ago
1
Server
#557
xepozz
closed
1 year ago
2
Fix missing method
#556
xepozz
closed
1 year ago
0
Attempts to test yii3 amqp-queues
#555
semsty
closed
1 year ago
0
Yiisoft\Di\NotFoundException No definition or class found or resolvable for "Yiisoft\Validator\RuleHandlerContainer" while building "Yiisoft\Validator\RuleHandlerContainer".
#554
rossaddison
closed
1 year ago
1
Adapt to last changes in validator
#553
vjik
closed
1 year ago
1
Add root .gitignore
#552
vjik
closed
1 year ago
1
Ignore inspector requests
#551
rustamwin
closed
1 year ago
3
Disable yii-debug on specific environments
#550
xepozz
closed
1 year ago
1
Change test server port
#549
xepozz
closed
1 year ago
0
Add fixture: add log caught error, fix 'rand' error
#548
gluck1986
closed
1 year ago
1
add fixture error
#547
gluck1986
closed
1 year ago
1
Merge demos
#545
xepozz
closed
1 year ago
1
Adapt to translator changes
#544
rustamwin
closed
1 year ago
1
No definition or class found or resolvable for "Yiisoft\Translator\MessageReaderInterface" while building "Yiisoft\Translator\MessageReaderInterface".
#543
rossaddison
closed
1 year ago
1
Purely demo code
#542
rossaddison
closed
1 year ago
2
Fix tests run
#541
xepozz
closed
1 year ago
1
Fix translator config
#540
xepozz
closed
1 year ago
1
Minor Issue: Dependency Checker - The following 6 unknown symbols were found
#539
rossaddison
closed
1 year ago
5
Raise psalm level to 6
#538
vjik
opened
2 years ago
0
Move `views` directory into `resources`
#537
xepozz
closed
2 years ago
1
Psalm Level 6: 9 of 9 InvalidMethodCall - src/User/Controller/UserController.php:36:15 - Cannot call method on iterable<mixed, object>&Yiisoft\Data\Reader\DataReaderInterface variable (see https://psalm.dev/091) ->withSort(Sort::only(['id', 'login'])
#536
rossaddison
closed
2 years ago
1
Psalm Level 6: 8 of 9: InvalidMethodCall - src/User/Controller/ApiUserController.php:38:15 - Cannot call method on iterable<mixed, object>&Yiisoft\Data\Reader\DataReaderInterface variable (see https://psalm.dev/091) ->withSort(Sort::only(['login'])->withOrderString('login'));
#535
rossaddison
closed
2 years ago
1
Psalm Level 6: 7 of 9: InvalidReturnStatement - src/User/Console/CreateCommand.php:54:20 - The inferred type 'int|non-falsy-string' does not match the declared return type 'int' for App\User\Console\CreateCommand::execute (see https://psalm.dev/128) return $t->getCode() ?: ExitCode::UNSPECIFIED_ERROR;
#534
rossaddison
closed
2 years ago
1
Psalm Level 6: 6 of 9: InvalidReturnType - src/User/Console/CreateCommand.php:36:81 - The declared return type 'int' for App\User\Console\CreateCommand::execute is incorrect, got 'int|non-falsy-string' (see https://psalm.dev/011) protected function execute(InputInterface $input, OutputInterface $output): int
#533
rossaddison
closed
2 years ago
1
Psalm Level 6: 5 of 9: InvalidReturnStatement - src/User/Console/AssignRoleCommand.php:80:20 - The inferred type 'int|non-falsy-string' does not match the declared return type 'int' for App\User\Console\AssignRoleCommand::execute (see https://psalm.dev/128) return $t->getCode() ?: ExitCode::UNSPECIFIED_ERROR;
#532
rossaddison
closed
2 years ago
1
Psalm Level 6: 4 of 9: InvalidReturnType - src/User/Console/AssignRoleCommand.php:42:81 - The declared return type 'int' for App\User\Console\AssignRoleCommand::execute is incorrect, got 'int|non-falsy-string' (see https://psalm.dev/011) protected function execute(InputInterface $input, OutputInterface $output): int
#531
rossaddison
closed
2 years ago
1
Previous
Next