This website works better with JavaScript.
Home
Explore
Help
Sign In
SH
/
PHP_SMART_HOME_V3
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
1
Releases
2
Wiki
Activity
Browse Source
Bootstrap installed
pull/1/head
Romano Schoonheim
1 year ago
parent
09d78192b6
commit
cfcfefefd8
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
public/index.php
+ 5
- 0
public/index.php
View File
@ -4,3 +4,8 @@
*
Composer
autoload
*/
require_once
__DIR__
.
'/../vendor/autoload.php'
;
/**
*
todo
:
Create
a
new
bootstrap
architecture
.
*/
require_once
__DIR__
.
'/../app/Bootstrap.php'
;
Write
Preview
Loading…
Cancel
Save