1
0
mirror of https://github.com/v2board/v2board.git synced 2025-02-25 06:40:26 +08:00

4 lines
128 B
Bash
Raw Normal View History

2019-10-22 23:39:48 +08:00
wget https://getcomposer.org/download/1.9.0/composer.phar
php composer install
php artisan key:generate
php artisan config:cache