iagapie/slim-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

Slim 4 Skeleton Application

1.0 2020-10-14 15:47 UTC

This package is auto-updated.

Last update: 2021-11-22 00:22:02 UTC


README

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.