Skip to content

Commit

Permalink
update readme and env
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Nov 22, 2024
1 parent 0a4788b commit 71ceef3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 935 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_DEPLOYED=false
APP_TIMEZONE=UTC
APP_URL=http://xshop.test
APP_TIMEZONE=ASIA/TEHRAN
APP_URL=http://127.0.0.1:8000

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
Expand All @@ -24,7 +24,7 @@ LOG_LEVEL=debug
#DB_CONNECTION=sqlite
#DB_HOST=127.0.0.1
#DB_PORT=3306
#DB_DATABASE=/home/freeman/Projects/xstack/xshop2/storage/logs/open.db
#DB_DATABASE=/project-directory/xshop/storage/logs/open.db
#DB_USERNAME=root
#DB_PASSWORD=

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ yarn-error.log
/.fleet
/.idea
/.vscode
package-lock.json
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ php artisan serv

# to develop front-end
npm i
php artisan client
npm install @rollup/rollup-win32-x64-msvc # just for windows if the below line dose not work
npm run dev

# or with yarn
npm install -g yarn

yarn install
php artisan client
yarn add @rollup/rollup-win32-x64-msvc # just for windows if the below line dose not work
yarn dev

```
Expand Down
Loading

0 comments on commit 71ceef3

Please sign in to comment.