Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edgrosvenor/2293908f4e02ae8381dad2db8b46feec to your computer and use it in GitHub Desktop.
Save edgrosvenor/2293908f4e02ae8381dad2db8b46feec to your computer and use it in GitHub Desktop.
/bin/bash -c "$(curl -fsSL https://php.new/install/linux)"
export PATH="/root/.config/herd-lite/bin/:$PATH"
composer config http-basic.composer.fluxui.dev {flux_username} {flux_key}
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed --force -n
npm install
npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment