This website requires JavaScript.
Explore
Help
Sign in
flashii
/
mince
Watch
3
Star
0
Fork
You've already forked mince
0
Code
Pull requests
Releases
Activity
master
Branches
Tags
No results found.
mince
/
public
/
index.php
7 lines
102 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
Initial import
2022-07-03 22:07:00 +00:00
<
?
php
namespace
Mince
;
require_once
__DIR__
.
'/../mince.php'
;
Project restructure + lazy loading dependency stuff.
2025-01-22 13:30:21 +00:00
$mince
->
createRouting
()
->
dispatch
();
Copy permalink