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, Can you helpe me please to specify middleware within in controller's ?

Missing LICENSE.md

Hi, Sorry if this isn't your concern. But a complete tutorial on how to setup wamp server to get this skeleton working would be greatly helpful for people trying to...

PHPUnit was emitting a warning due to phpunit.xml using an outdated schema. I've migrated + removed values that match their default.

Updating the skeleton to user PHP 8.2+ and updating to some of the newer language features. closes #344

With the recent... ish release of PHP 8.3, I think the project can bump the version. this wouldn't break backwards compatibility as the skeleton is only used to create a...

![image](https://github.com/slimphp/Slim-Skeleton/assets/11477130/5f95122c-a1f6-46e6-9cef-721b24d89275) In my opinion these are better suited being in the Domain namespace, as they're implementations are domain-specific. Do you agree?

As of Monolog version 3.0.0, Logger::DEBUG has been deprecated in favor of the Level enum. https://github.com/Seldaek/monolog/blob/main/UPGRADE.md

# Steps to reproduce * Create a new project with the slim skeleton * Return a big JSON from an action (`return $this->respondWithData($bigJson)`) * Before returning the JSON, cause a...

Cannot seem to find any content on the skeleton. A basic tutorial on how to apply things mentioned in Slim docs around concepts such as Twig templating would be nice.