Skip to content

Instantly share code, notes, and snippets.

View iamonuwa's full-sized avatar
💭
Learning 🦀

Onuwa Nnachi Isaac iamonuwa

💭
Learning 🦀
View GitHub Profile
@iamonuwa
iamonuwa / basic.md
Created January 25, 2017 19:33 — forked from zenorocha/basic.md
New Firebase Auth vs Old Firebase Auth
@iamonuwa
iamonuwa / Artisan.php
Created June 7, 2016 12:57
Laravel Cheat Sheet
php artisan --help OR -h
php artisan --quiet OR -q
php artisan --version OR -V
php artisan --no-interaction OR -n
php artisan --ansi
php artisan --no-ansi
php artisan --env
// -v|vv|vvv Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
php artisan --verbose