Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fprochazka/nette-quickstart
https://github.com/fprochazka/nette-quickstart
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fprochazka/nette-quickstart
- Owner: fprochazka
- License: other
- Created: 2012-08-02T16:32:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T16:24:41.000Z (over 12 years ago)
- Last Synced: 2024-10-17T22:59:24.574Z (3 months ago)
- Language: PHP
- Homepage: http://dev.nette.org/cs/quicstart-refactoring
- Size: 336 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
README
Nette Framework Sandbox
=======================The basic structure for your application.
What is Nette Framework?
------------------------Nette Framework is a powerful, component-based and event-driven framework
for creating web applications and services in PHP 5.2 & 5.3. Nette Framework
is designed with simplicity, speed and flexibility in mind. It allows developers
to easy built better websites.Nette Framework focuses on security and performance and is definitely one of
the safest and fastest PHP frameworks. Nette Framework support the latest
technologies and approaches like AJAX, HTML5, SEO, DRY, KISS, MVC, etc.Requirements
------------Nette Framework requires PHP 5.2.0 and/or 5.3.0.
Installing
----------Make directories 'sandbox/temp' and 'sandbox/log' writable.
It is CRITICAL that file 'sandbox/app/config.neon' & whole 'sandbox/app', 'sandbox/log'
and 'sandbox/temp' directory are NOT accessible directly via a web browser! If you
don't protect this directory from direct web access, anybody will be able to see
your sensitive data. See: http://nette.org/security-warningDocumentation, Examples, Sandbox, Tools
---------------------------------------Nette Framework: homepage http://nette.org and repository http://github.com/nette/nette
Sandbox, pre-packaged and configured project: http://github.com/nette/sandbox
Examples repository: http://github.com/nette/examplesLicense
-------This skeleton is part of the Nette Framework (http://nette.org). For the full
copyright and license information, please view the file license.txt.
For "Adminer" copyright and license information, please view it's source code.