Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jadob/skeleton
- Owner: jadob
- Created: 2017-12-23T23:15:11.000Z (about 7 years ago)
- Default Branch: v0.4.x
- Last Pushed: 2024-10-21T19:25:11.000Z (2 months ago)
- Last Synced: 2024-10-22T12:28:02.272Z (2 months ago)
- Topics: framework, php-framework, php7, project, skeleton
- Language: PHP
- Homepage:
- Size: 244 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```