Files
app
Fieldprotocol
config
routes
about.php
contact.php
home.php
index.php
music.php
shows.php
views
database.php
filters.php
routes.php
start.php
assets
public
vendor
.gitignore
README.md
composer.json
composer.lock
composer.phar
mode.php
website/app/routes/contact.php
2015-08-30 12:34:43 -04:00

8 lines
107 B
PHP
Executable File

<?php
$app->get('/contact', function() use($app) {
$app->render('contact.php');
})->name('contact');