mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
9 lines
146 B
Bash
9 lines
146 B
Bash
|
PHYRE_PHP=/usr/local/phyre/php/bin/php
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
printf "Updating the database...\n"
|
||
|
$PHYRE_PHP artisan migrate
|
||
|
#$PHYRE_PHP artisan l5-swagger:generate
|