akrabat / slim4-empty
Empty Slim 4 project
Installs: 321
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 3
Forks: 2
Open Issues: 0
Type:project
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