https://github.com/jadob/skeleton
Jadob framework skeleton.
https://github.com/jadob/skeleton
framework php-framework php7 project skeleton
Last synced: 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 (over 8 years ago)
- Default Branch: v0.7.x
- Last Pushed: 2025-11-08T02:24:13.000Z (5 months ago)
- Last Synced: 2025-11-08T02:34:43.073Z (5 months ago)
- Topics: framework, php-framework, php7, project, skeleton
- Language: PHP
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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
```