2017 © Pedro Peláez
 

project nette-slidee-example

A simple example showing how to use a Nette Slidee.

image

tacoberu/nette-slidee-example

A simple example showing how to use a Nette Slidee.

  • Tuesday, June 13, 2017
  • by tacoberu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Nette Slidee Example

A simple example showing how to use a Nette Slidee. Little thing for making web sites in the oldschool style., (*1)

Many credits to David Grudl and Nette Foundation (https://doc.nette.org)., (*2)

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., (*3)

But when you need, you can add whatever: components, servises, and all those timey wimey stuff by useing DI container., (*4)

Start:, (*5)

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_root

Modify or add: app/pages/*.latte. Every page is actually page with templating system support and container., (*6)

The Versions

13/06 2017

dev-master

9999999-dev

A simple example showing how to use a Nette Slidee.

  Sources   Download

MIT

The Requires

 

The Development Requires