Skip to content

Instantly share code, notes, and snippets.

View amirex128's full-sized avatar
🏠
Working from home

Amir Shirdel amirex128

🏠
Working from home
View GitHub Profile
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