Skip to content

Commit

Permalink
Merge pull request #40 from bedus-creation/url-fixes
Browse files Browse the repository at this point in the history
feat: url fixes
  • Loading branch information
bedus-creation authored May 3, 2023
2 parents 2e81586 + 9e685b5 commit 32c79a6
Show file tree
Hide file tree
Showing 28 changed files with 75 additions and 51,345 deletions.
13 changes: 9 additions & 4 deletions .env.testing → .env.live
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
APP_NAME=Laravel
APP_ENV=testing
APP_ENV=live
APP_KEY=base64:ueq4bQLOOic/K3aQ9sBmu6Dit1dCc6896ew8bzjrc2M=
APP_DEBUG=true
APP_URL=http://localhost
APP_DEBUG=false
APP_URL=https://bedramtamang.com.np

LOG_CHANNEL=stack

DB_CONNECTION=sqlite
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=bedram
DB_USERNAME=root
DB_PASSWORD=password

BROADCAST_DRIVER=log
CACHE_DRIVER=file
Expand Down
2 changes: 2 additions & 0 deletions bin/release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
php artisan ziggy:generate --env=live
yarn build
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"laravel/framework": "^10.8",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2"
"laravel/ui": "^4.2",
"tightenco/ziggy": "^1.5"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite build"
"build": "vite build"
},
"devDependencies": {
"axios": "^1.1.2",
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 32c79a6

Please sign in to comment.