lawondyss / skeleton
Skeleton for application on Nette framework.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
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: 2024-10-17 22:17:52 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.