nette sandbox
parents
Showing
.gitignore
0 → 100644
app/.htaccess
0 → 100644
app/bootstrap.php
0 → 100644
app/config/config.neon
0 → 100644
app/model/UserManager.php
0 → 100644
app/router/RouterFactory.php
0 → 100644
app/templates/@layout.latte
0 → 100644
This diff is collapsed.
app/templates/Sign/in.latte
0 → 100644
app/web.config
0 → 100644
bin/create-user.php
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "nette/sandbox", | ||
| "description": "The sandbox is a pre-packaged Nette Framework project, basic configured structure for your application.", | ||
| "homepage": "http://nette.org", | ||
| "type": "project", | ||
| "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], | ||
| "authors": [ | ||
| { | ||
| "name": "David Grudl", | ||
| "homepage": "http://davidgrudl.com" | ||
| }, | ||
| { | ||
| "name": "Nette Community", | ||
| "homepage": "http://nette.org/contributors" | ||
| } | ||
| ], | ||
| "require": { | ||
| "php": ">= 5.3.7", | ||
| "nette/nette": "~2.2.0", | ||
| "dg/adminer-custom": "~1.0" | ||
| }, | ||
| "require-dev": { | ||
| "nette/tester": "~1.0" | ||
| }, | ||
| "minimum-stability": "stable" | ||
| } |
composer.lock
0 → 100644
This diff is collapsed.
license.md
0 → 100644
log/.htaccess
0 → 100644
log/web.config
0 → 100644
readme.md
0 → 100644
temp/.htaccess
0 → 100644
temp/web.config
0 → 100644
tests/ExampleTest.phpt
0 → 100644
tests/bootstrap.php
0 → 100644
vendor/.htaccess
0 → 100644
vendor/others/.gitignore
0 → 100644
vendor/web.config
0 → 100644
www/.htaccess
0 → 100644
www/.maintenance.php
0 → 100644
www/adminer/.htaccess
0 → 100644
www/adminer/adminer.css
0 → 100644
www/adminer/index.php
0 → 100644
www/css/print.css
0 → 100644
www/css/screen.css
0 → 100644
www/favicon.ico
0 → 100644
318 Bytes
www/images/spinner.gif
0 → 100644
737 Bytes
www/index.php
0 → 100644
www/js/jquery.js
0 → 100644
This diff is collapsed.
www/js/main.js
0 → 100644
www/js/netteForms.js
0 → 100644
This diff is collapsed.
www/robots.txt
0 → 100644
www/web.config
0 → 100644