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

Commit c1756e7

Browse files
committed
composer and config updates
1 parent 70487b3 commit c1756e7

File tree

3 files changed

+79
-81
lines changed

3 files changed

+79
-81
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor/
2-
.env
2+
.env
3+
config/autoload/web/view.local.php

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "selami/skeleton",
2+
"name": "selami/skeleton-hexagonal-middleware",
33
"description": "Selami Skeleton App",
44
"type": "project",
55
"license": "MIT",
@@ -64,10 +64,7 @@
6464
"composer dump-autoload -a"
6565
],
6666
"post-create-project-cmd": [
67-
"cp config/autoload/local.php.dist config/autoload/local.php",
68-
"cp config/autoload/view.local.php.dist config/autoload/view.local.php",
69-
"cp config/autoload/commands.local.php.dist config/autoload/commands.local.php",
70-
"cp config/autoload/dependencies.local.php.dist config/autoload/dependencies.local.php",
67+
"cp config/autoload/web/view.local.php.dist config/autoload/web/view.local.php",
7168
"echo 'SELAMI_ENVIRONMENT=dev' >> .env",
7269
"composer dump-autoload -a"
7370
],

0 commit comments

Comments
 (0)