Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f00b4r/kleinphp-latte
🐘 Klein.php with Latte Template Engine by Nette.
https://github.com/f00b4r/kleinphp-latte
klein latte php router templates
Last synced: about 19 hours ago
JSON representation
🐘 Klein.php with Latte Template Engine by Nette.
- Host: GitHub
- URL: https://github.com/f00b4r/kleinphp-latte
- Owner: f00b4r
- Created: 2015-02-02T19:46:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T11:49:54.000Z (about 9 years ago)
- Last Synced: 2024-03-26T09:38:02.653Z (8 months ago)
- Topics: klein, latte, php, router, templates
- Language: JavaScript
- Homepage:
- Size: 934 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Klein.php-Latte
[![Downloads total](https://img.shields.io/packagist/dt/f3l1x/kleinlatte.svg?style=flat)](https://packagist.org/packages/f3l1x/kleinlatte)
[![Latest stable](https://img.shields.io/packagist/v/f3l1x/kleinlatte.svg?style=flat)](https://packagist.org/packages/f3l1x/kleinlatte)Klein.php with Latte template engine.
## Install
1) Install via composer.
```sh
composer create-project f3l1x/kleinlatte:~0.1
```2) Create app/cache folder.
3) Open KleinPHP-Latte root folder and run **server.php**.
```php
php server.php
```