Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit afa01ea

Browse files
committed
Initial commit - project initialised
0 parents  commit afa01ea

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "lucid-arch/laravel-foundation",
3+
"description": "The Foundation of the Lucid Architecture project for Laravel",
4+
"type": "metapackage",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Abed Halawi",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)