lawondyss / skeleton
This package is abandoned and no longer maintained.
No replacement package was suggested.
Skeleton for application on Nette framework.
dev-master
2014-09-10 18:35 UTC
Requires
- php: >= 5.4
- jandrabek/nette-mailpanel: dev-master
- janmarek/webloader: dev-master
- kdyby/autowired: 1.0.*@dev
- nette/nette: ~2.2.3
Requires (Dev)
- nette/tester: ~1.0
This package is auto-updated.
Last update: 2025-04-07 06:58:18 UTC
README
Application
The best way to install is using Composer.
composer create-project lawondyss/skeleton my-app
cd my-app
Make directories temp and log writable. Navigate your browser
to the www directory and you will see a welcome page.
It is CRITICAL that whole app, log and temp directories are NOT accessible
directly via a web browser!
Database
For create new database import /skeletonDump.sql and in /app/config/config.neon
(for localhost /app/config/config.local.neon) set access to database.