You've already forked Atomcms-edit
11 lines
663 B
Bash
Executable File
11 lines
663 B
Bash
Executable File
# ─────────────────────────────────────────────────
|
|
# AtomCMS — Environment Configuration
|
|
# ─────────────────────────────────────────────────
|
|
# Choose your platform and copy the right file:
|
|
#
|
|
# Linux: cp .env.example.linux .env
|
|
# Windows: cp .env.example.windows .env
|
|
#
|
|
# Then run: php artisan key:generate
|
|
# ─────────────────────────────────────────────────
|