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
Merge pull request 'feature/composer' (
#1
) from feature/composer into remastering
Reviewed-on:
#1
pull/2/head
Václav Španinger
1 year ago
parent
76e036181a
cfcfefefd8
commit
e11023d1c9
3 changed files
with
13 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitignore
+1
-0
composer.json
+9
-1
public/index.php
+ 3
- 0
.gitignore
View File
@ -15,3 +15,6 @@ _nemazat/css/font-awesome.min.css
app/updater/*.bin
app/logs/*.log
backup/*.zip
vendor/
+ 1
- 0
composer.json
View File
@ -0,0 +1 @@
{
}
+ 9
- 1
public/index.php
View File
@ -1,3 +1,11 @@
<
?
php
require_once
__DIR__
.
'/../app/Bootstrap.php'
;
/**
*
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