Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacoberu/nette-slidee-example
A simple example showing how to use a Nette Slidee.
https://github.com/tacoberu/nette-slidee-example
Last synced: about 2 months ago
JSON representation
A simple example showing how to use a Nette Slidee.
- Host: GitHub
- URL: https://github.com/tacoberu/nette-slidee-example
- Owner: tacoberu
- License: mit
- Created: 2016-11-30T14:39:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T10:35:49.000Z (over 7 years ago)
- Last Synced: 2024-04-22T10:08:27.630Z (8 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nette Slidee Example
====================A simple example showing how to use a Nette Slidee. Little thing for making web sites in the oldschool style.
Many credits to David Grudl and Nette Foundation (https://doc.nette.org).
The points is, you are not creating any complex abstractions as many software guys nowdays like to do.
It is more simply, one webpage is one template.But when you need, you can add whatever: components, servises, and all those timey wimey stuff by useing DI container.
Start:
git clone https://github.com/tacoberu/nette-slidee-example.git app
cd app
mkdir -p var/log
mkdir -p temp
composer install
mv app/config.local.neon-example app/config.local.neon
php -S localhost:8001 -t document_rootModify or add: app/pages/*.latte. Every page is actually page with templating system support and container.