akrabat/slim4-empty

Empty Slim 4 project

Installs: 330

Dependents: 0

Suggesters: 0

Security: 0

Stars: 20

Watchers: 1

Forks: 2

Open Issues: 0

Type:project

pkg:composer/akrabat/slim4-empty

1.1.0 2021-02-04 15:53 UTC

This package is auto-updated.

Last update: 2025-10-05 02:19:30 UTC


README

This is a minimal Slim 4 starting point which makes no assumptions your application.

To install:

composer create-project akrabat/slim4-empty my-project-name
cd my-project-name

Test using the PHP built-in server:

php -S 0.0.0.0:8888 -t public/

Navigate to http://localhost:8888