Slim-Skeleton icon indicating copy to clipboard operation
Slim-Skeleton copied to clipboard

Slim Framework 4 Skeleton Application

Results 18 Slim-Skeleton issues
Sort by recently updated
recently updated
newest added

Hi there, The current guide learn us how to make apps with Slim but not using Slim skeleton. Since they are several ways to make the same thing, I think...

Updates the requirements on [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to permit the latest version. Release notes Sourced from squizlabs/php_codesniffer's releases. 3.10.1 - 2024-05-22 Added Documentation for the following sniffs: Generic.Commenting.DocComment Thanks to Rodrigo Primo...

dependencies

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. Release notes Sourced from phpstan/phpstan's releases. 1.11.3 Improvements 🔧 Add new *ParameterClosureTypeExtension (#3089), thanks @​canvural! DynamicFunctionReturnTypeExtension for the get_debug_type function...

dependencies

Fixed php error on view user action (src\Application\Actions\User\ViewUserAction.php): ERROR: Using ${var} in strings is deprecated, use {$var} instead"

Updates the requirements on [jangregor/phpstan-prophecy](https://github.com/Jan0707/phpstan-prophecy) to permit the latest version. Release notes Sourced from jangregor/phpstan-prophecy's releases. 1.0.2 What's Changed Allow PHPUnit 10 & 11 by @​Jean85 in Jan0707/phpstan-prophecy#334 Full Changelog:...

dependencies

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Release notes Sourced from phpunit/phpunit's releases. PHPUnit 9.6.19 Changed The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of...

dependencies

Updates the requirements on [slim/slim](https://github.com/slimphp/Slim) to permit the latest version. Release notes Sourced from slim/slim's releases. 4.13.0 Total issues resolved: 16 3277: Create HttpTooManyRequestsException.php thanks to @​flavioheleno 3278: Remove HttpGoneException...

dependencies

After initial installation and pointing my browser to the folder I get: ``` { "statusCode": 405, "error": { "type": "NOT_ALLOWED", "description": "Method not allowed. Must be one of: OPTIONS" }...