Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroOmatech committed Jun 18, 2019
0 parents commit d3212d0
Show file tree
Hide file tree
Showing 1,197 changed files with 270,946 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea
.DS_Store
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "omatech/editora",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Agustí Pons",
"email": "[email protected]"
}
],
"require" : {
"omatech/editora-laravel-connector-dbinterface": "dev-master",
"skagarwal/google-places-api": "^1.4"
},
"autoload": {
"psr-4": {
"Omatech\\Editora\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Omatech\\Editora\\EditoraServiceProvider"
]
}
}
}
Loading

0 comments on commit d3212d0

Please sign in to comment.