rgb72/slim-skeleton

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

slim skeleton by rgb72

1.1 2018-05-19 12:21 UTC

This package is not auto-updated.

Last update: 2024-04-08 05:59:32 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