Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacoberu/nette-slidee
Simple pages for Nette.
https://github.com/tacoberu/nette-slidee
Last synced: 15 days ago
JSON representation
Simple pages for Nette.
- Host: GitHub
- URL: https://github.com/tacoberu/nette-slidee
- Owner: tacoberu
- License: mit
- Created: 2016-11-30T12:28:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T00:07:27.000Z (about 1 year ago)
- Last Synced: 2024-11-07T05:23:50.555Z (2 months ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nette Slidee
============Simple slide for Nette. 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.
## Usage
composer require tacoberu/nette-slidee
mkdir app
cp -r vendor/tacoberu/nette-slidee/skel/* app
mkdir document_root
mv app/index.php document_root/
mkdir -m 0777 -p var/log
mkdir -m 0777 temp
php -S localhost:8001 -t document_root