rgb72/slim-skeleton

There is no license information available for the latest version (1.1) of this package.

slim skeleton by rgb72

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rgb72/slim-skeleton

1.1 2018-05-19 12:21 UTC

This package is not auto-updated.

Last update: 2025-10-06 13:43:03 UTC


README

System Requirement

  • PHP 5.6
  • Mysql 5.6+
  • Composer

Getting Started

Install package with composer

composer install

this follow files and folders will be created after install

├─ .env
└─ storage
    ├─ cache
    │   ├─ templates
    │   └─ variables
    ├─ database
    ├─ logs
    └─ report

Don't forget to change environment variables in .env

Console

To use in command-line interface

php run {command}

Tests

We use phpunit for automate test

composer test