Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 658 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 658 Bytes

Slim 4 Skeleton Application

Install

From directory in which you want to install your new application, run this command:

composer create-project iagapie/slim-skeleton [app-name]

Replace [app-name] with name of your new application. You'll want to:

  • Point your virtual host document root to your new application's public/ directory.
  • Ensure var/logs/ and var/cache/ is writable.

To run the application in development, you can run these commands

cd [app-name]
composer serve

To run the test suite:

composer test

License

The MIT License (MIT). Please see LICENSE for more information.