This website requires JavaScript.
Explore
Help
Sign In
HalfTone
/
website
Watch
1
Star
0
Fork
0
You've already forked website
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3eb6bc6340
website
/
app
/
routes
/
home.php
8 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
Added the project's files to the repo
2015-08-30 12:34:43 -04:00
<
?
php
Changed views from .php extension to .twig
2016-04-20 21:06:02 -04:00
Made home route point to /home; index (/) redirects to home route
2015-08-30 14:30:18 -04:00
$app
->
get
(
'/home'
,
function
()
use
(
$app
)
{
Changed views from .php extension to .twig
2016-04-20 21:06:02 -04:00
$app
->
render
(
'home.twig'
);
Added the project's files to the repo
2015-08-30 12:34:43 -04:00
})
->
name
(
'home'
);
Reference in New Issue
Copy Permalink