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
Requires
- php: ^5.6
- adbario/php-dot-notation: ^2.0
- firebase/php-jwt: ^5.0
- illuminate/cache: ^5.4
- illuminate/database: ^5.4
- illuminate/events: ^5.4
- illuminate/filesystem: ^5.4
- illuminate/pagination: ^5.4
- kint-php/kint: ^2.2
- monolog/monolog: ^1.23
- oscarotero/psr7-middlewares: ^3.21
- respect/validation: ^1.1
- slim/slim: ^3.9
- slim/twig-view: ^2.3
- symfony/yaml: ^3.4
- twig/extensions: ^1.5
- vlucas/phpdotenv: ^2.4
- wujunze/php-cli-color: ^2.1
- zeuxisoo/slim-whoops: ^0.6.3
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-03-10 10:18:00 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