slimphp / Slim-Skeleton

Slim Framework 4 Skeleton Application
http://www.slimframework.com
MIT License
1.58k stars 477 forks source link

Create a Slim project without the user example #337

Closed programarivm closed 9 months ago

programarivm commented 10 months ago

👋 Hello,

Is there a way to create a new Slim project without Slim's default Action-Domain-Responder example for managing users?

$ composer create-project slim/slim-skeleton [my-app-name]

Thank you,

l0gicgate commented 9 months ago

There is not unfortunately.

You can checkout other skeletons for Slim 4 like https://github.com/odan/slim4-skeleton or find more on github searching for "Slim 4 Skeleton"