updated read me

master
A1Gard 2 weeks ago
parent d944d317a4
commit 4a6d0c61ed

@ -20,7 +20,13 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
#DB_CONNECTION=sqlite
#DB_HOST=127.0.0.1
#DB_PORT=3306
#DB_DATABASE=/home/freeman/Projects/xstack/xshop2/storage/logs/open.db
#DB_USERNAME=root
#DB_PASSWORD=
SESSION_DRIVER=database
SESSION_LIFETIME=9999999

@ -20,7 +20,7 @@
## Installation
## Installation [ Development mode ]
> [!IMPORTANT]
> Create new database and rename `.env.example` to `.env` then update you `.env` configs so run this commands:
@ -28,6 +28,7 @@
```bash
git clone https://github.com/4xmen/xshop.git
cd xshop
cp .env.example .env
composer install
php artisan migrate:fresh --seed
php artisan storage:link

Loading…
Cancel
Save