Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jadob/skeleton

Jadob framework skeleton.
https://github.com/jadob/skeleton

framework php-framework php7 project skeleton

Last synced: about 2 months ago
JSON representation

Jadob framework skeleton.

Awesome Lists containing this project

README

        

# jadob/skeleton

This is a minimal project structure for jadob/jadob `0.4.x` version, which includes:
- Support for CLI commands
- Twig Template engine

## Getting started

Install dependencies:

``composer install``

Create `.env` file in your project with given content:

```dotenv
APP_ENV=dev
```