Skip to content

Instantly share code, notes, and snippets.

View larson-carter's full-sized avatar
💭
Having fun doing cool stuff.

Larson Carter larson-carter

💭
Having fun doing cool stuff.
View GitHub Profile
@mpociot
mpociot / codex.sh
Created June 4, 2025 09:06
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
#!/bin/bash
################################
# OS X Install ISO Creater #
# #
# Author: shela #
################################
#######################################
# Declarations