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
35afaf6379
website
/
app
/
routes
/
home.php
8 lines
98 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
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
)
{
Added the project's files to the repo
2015-08-30 12:34:43 -04:00
$app
->
render
(
'home.php'
);
})
->
name
(
'home'
);
Reference in New Issue
Copy Permalink