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

Commit

Permalink
composer and config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jan 9, 2019
1 parent 70487b3 commit c1756e7
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 81 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
.env
.env
config/autoload/web/view.local.php
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "selami/skeleton",
"name": "selami/skeleton-hexagonal-middleware",
"description": "Selami Skeleton App",
"type": "project",
"license": "MIT",
Expand Down Expand Up @@ -64,10 +64,7 @@
"composer dump-autoload -a"
],
"post-create-project-cmd": [
"cp config/autoload/local.php.dist config/autoload/local.php",
"cp config/autoload/view.local.php.dist config/autoload/view.local.php",
"cp config/autoload/commands.local.php.dist config/autoload/commands.local.php",
"cp config/autoload/dependencies.local.php.dist config/autoload/dependencies.local.php",
"cp config/autoload/web/view.local.php.dist config/autoload/web/view.local.php",
"echo 'SELAMI_ENVIRONMENT=dev' >> .env",
"composer dump-autoload -a"
],
Expand Down
Loading

0 comments on commit c1756e7

Please sign in to comment.