Skip to content

Instantly share code, notes, and snippets.

View oscarhugopaz's full-sized avatar
🍔
Siempre tengo hambre

Oscar Hugo Paz oscarhugopaz

🍔
Siempre tengo hambre
View GitHub Profile
@oscarhugopaz
oscarhugopaz / codex.sh
Created June 5, 2025 02:11 — forked from mpociot/codex.sh
OpenAI Codex PHP environment setup for Laravel
/bin/bash -c "$(curl -fsSL https://php.new/install/linux)"
export PATH="/root/.config/herd-lite/bin/:$PATH"
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed --force -n
npm install
npm run build