Skip to content

Instantly share code, notes, and snippets.

View giftbalogun's full-sized avatar
💭
Learning Node.js

Gift Balogun giftbalogun

💭
Learning Node.js
View GitHub Profile
@dragonfire1119
dragonfire1119 / install-openwrt-on-proxmox.md
Last active February 17, 2025 11:07
Install OpenWRT on Proxmox
Artisan
// Displays help for a given command
php artisan --help OR -h
// Do not output any message
php artisan --quiet OR -q
// Display this application version
php artisan --version OR -V
// Do not ask any interactive question
php artisan --no-interaction OR -n
// Force ANSI output