Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ to high traffic websites .
##### Installation

```git
https://github.com/marvision-framework/beta marvision
https://github.com/marvision-framework/marvision
```
then go to : app/config/parameters.yml
and add your web site setting for localhost if working in localhost or the parameters of your official host like :
Expand Down
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"autoload": {
"psr-4": {
"core\\": "vendor/core"
}
},
"require": {
"twig/twig": "^1.22"
}
}
80 changes: 80 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php die();?>
<?php die();
7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer' . '/autoload_real.php';

return ComposerAutoloaderInit063413278306f8488583c4ed37c3e1d8::getLoader();
Loading