diff --git a/.env.example b/.env.example index 604b401fe..e1b33c29d 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME=Laravel +APP_NAME=AvoRed APP_ENV=local APP_KEY= APP_DEBUG=true @@ -9,9 +9,9 @@ LOG_CHANNEL=stack DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 -DB_DATABASE=laravel +DB_DATABASE=avored DB_USERNAME=root -DB_PASSWORD= +DB_PASSWORD=secret BROADCAST_DRIVER=log CACHE_DRIVER=file diff --git a/composer.json b/composer.json index e3018f414..206fc9fc9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "laravel/laravel", + "name": "avored/laravel-ecommerce", "type": "project", - "description": "The Laravel Framework.", + "description": "The AvoRed Ecommerce App", "keywords": [ "framework", "laravel" @@ -9,7 +9,7 @@ "license": "MIT", "require": { "php": "^7.1.3", - "avored/framework": "dev-dev", + "avored/framework": "3.0.*", "fideloper/proxy": "^4.0", "laravel/framework": "5.8.*", "laravel/tinker": "^1.0" @@ -20,7 +20,6 @@ "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", - "orchestra/testbench": "^3.8", "phpunit/phpunit": "^7.5" }, "config": { @@ -44,8 +43,7 @@ }, "autoload-dev": { "psr-4": { - "Tests\\": "tests/", - "AvoRed\\Framework\\Tests\\": "vendor/avored/framework/tests/" + "Tests\\": "tests/" } }, "minimum-stability": "dev",